PHP 클래스 Barryvdh\Debugbar\LumenServiceProvider

상속: extends ServiceProvider
파일 보기 프로젝트 열기: barryvdh/laravel-debugbar

보호된 프로퍼티들

프로퍼티 타입 설명
$app Laravel\Lumen\Application

공개 메소드들

메소드 설명
provides ( ) : array Get the services provided by the provider.

보호된 메소드들

메소드 설명
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

메소드 상세

checkAppDebug() 보호된 메소드

Check the App Debug status
protected checkAppDebug ( )

getConfigPath() 보호된 메소드

Get the config path
protected getConfigPath ( ) : string
리턴 string

getRouter() 보호된 메소드

Get the active router.
protected getRouter ( ) : Application
리턴 Laravel\Lumen\Application

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : array
리턴 array

registerMiddleware() 보호된 메소드

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

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected Application,Laravel\Lumen $app
리턴 Laravel\Lumen\Application