Свойство | Type | Description | |
---|---|---|---|
$commands | array | ||
$routeMiddleware | array | The application's route middleware. |
Méthode | Description | |
---|---|---|
boot ( ) : void | Boot the service provider. | |
register ( ) : void | Register the service provider. | |
registerRouter ( ) : void | Register admin routes. |
Méthode | Description | |
---|---|---|
registerCommands ( ) : void | Register the commands. | |
registerRouteMiddleware ( ) : void | Register the route middleware. | |
setupAuth ( ) : void | Setup auth configuration. | |
setupClassAliases ( ) : void | Setup the class aliases. |
protected registerCommands ( ) : void | ||
Résultat | void |
protected registerRouteMiddleware ( ) : void | ||
Résultat | void |
public registerRouter ( ) : void | ||
Résultat | void |
protected setupClassAliases ( ) : void | ||
Résultat | void |
protected array $routeMiddleware | ||
Résultat | array |