PHP Class Barryvdh\Debugbar\LumenServiceProvider

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

Protected Properties

Свойство Type Description
$app Laravel\Lumen\Application

Méthodes publiques

Méthode Description
provides ( ) : array Get the services provided by the provider.

Méthodes protégées

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

Method Details

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 ( ) : Application
Résultat Laravel\Lumen\Application

provides() public méthode

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

registerMiddleware() protected méthode

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

Property Details

$app protected_oe property

protected Application,Laravel\Lumen $app
Résultat Laravel\Lumen\Application