PHP Class REBELinBLUE\Deployer\Http\Kernel

Inheritance: extends Illuminate\Foundation\Http\Kernel
ファイルを表示 Open project: rebelinblue/deployer

Protected Properties

Property Type Description
$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.

Protected Methods

Method Description
bootstrappers ( ) : array Get the bootstrap classes for the application.

Method Details

bootstrappers() protected method

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

Property Details

$customBooters protected_oe property

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

$disabledBooters protected_oe property

Disable bootstrapper list.
protected array $disabledBooters
return array

$middleware protected_oe property

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

$middlewareGroups protected_oe property

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

$routeMiddleware protected_oe property

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