PHP 클래스 REBELinBLUE\Deployer\Http\Kernel

상속: extends Illuminate\Foundation\Http\Kernel
파일 보기 프로젝트 열기: rebelinblue/deployer

보호된 프로퍼티들

프로퍼티 타입 설명
$customBooters array The custom bootstrappers like Logging or Environment detector.
$disabledBooters array Disable bootstrapper list.
$middleware array These middleware are run during every request to your application.
$middlewareGroups array The application's route middleware groups.
$routeMiddleware array These middleware may be assigned to groups or used individually.

보호된 메소드들

메소드 설명
bootstrappers ( ) : array Get the bootstrap classes for the application.

메소드 상세

bootstrappers() 보호된 메소드

Get the bootstrap classes for the application.
protected bootstrappers ( ) : array
리턴 array

프로퍼티 상세

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

The custom bootstrappers like Logging or Environment detector.
protected array $customBooters
리턴 array

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

Disable bootstrapper list.
protected array $disabledBooters
리턴 array

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

These middleware are run during every request to your application.
protected array $middleware
리턴 array

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

The application's route middleware groups.
protected array $middlewareGroups
리턴 array

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

These middleware may be assigned to groups or used individually.
protected array $routeMiddleware
리턴 array