PHP Class REBELinBLUE\Deployer\Http\Kernel

Inheritance: extends Illuminate\Foundation\Http\Kernel
Afficher le fichier Open project: rebelinblue/deployer

Protected Properties

Свойство 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.

Méthodes protégées

Méthode Description
bootstrappers ( ) : array Get the bootstrap classes for the application.

Method Details

bootstrappers() protected méthode

Get the bootstrap classes for the application.
protected bootstrappers ( ) : array
Résultat array

Property Details

$customBooters protected_oe property

The custom bootstrappers like Logging or Environment detector.
protected array $customBooters
Résultat array

$disabledBooters protected_oe property

Disable bootstrapper list.
protected array $disabledBooters
Résultat array

$middleware protected_oe property

These middleware are run during every request to your application.
protected array $middleware
Résultat array

$middlewareGroups protected_oe property

The application's route middleware groups.
protected array $middlewareGroups
Résultat array

$routeMiddleware protected_oe property

These middleware may be assigned to groups or used individually.
protected array $routeMiddleware
Résultat array