PHP Class Barryvdh\Debugbar\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: barryvdh/laravel-debugbar

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
checkAppDebug ( ) Check the App Debug status
getConfigPath ( ) : string Get the config path
getRouter ( ) : Router Get the active router.
publishConfig ( string $configPath ) Publish the config file
registerMiddleware ( string $middleware ) Register the Debugbar Middleware

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

checkAppDebug() protected méthode

Check the App Debug status
protected checkAppDebug ( )

getConfigPath() protected méthode

Get the config path
protected getConfigPath ( ) : string
Résultat string

getRouter() protected méthode

Get the active router.
protected getRouter ( ) : Router
Résultat Illuminate\Routing\Router

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

publishConfig() protected méthode

Publish the config file
protected publishConfig ( string $configPath )
$configPath string

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerMiddleware() protected méthode

Register the Debugbar Middleware
protected registerMiddleware ( string $middleware )
$middleware string

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean