Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
Method | Description | |
---|---|---|
boot ( ) : void | Bootstrap the application events. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register the service provider. |
Method | Description | |
---|---|---|
checkAppDebug ( ) | Check the App Debug status | |
getConfigPath ( ) : string | Get the config path | |
getRouter ( ) : |
Get the active router. | |
publishConfig ( string $configPath ) | Publish the config file | |
registerMiddleware ( string $middleware ) | Register the Debugbar Middleware |
protected getConfigPath ( ) : string | ||
return | string |
protected getRouter ( ) : |
||
return |
protected publishConfig ( string $configPath ) | ||
$configPath | string |
protected registerMiddleware ( string $middleware ) | ||
$middleware | string |
protected bool $defer | ||
return | boolean |