Свойство | 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éthode | Description | |
---|---|---|
bootstrappers ( ) : array | Get the bootstrap classes for the application. |
protected bootstrappers ( ) : array | ||
Résultat | array |
protected array $customBooters | ||
Résultat | array |
protected array $disabledBooters | ||
Résultat | array |
protected array $middleware | ||
Résultat | array |
protected array $middlewareGroups | ||
Résultat | array |
protected array $routeMiddleware | ||
Résultat | array |