프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$commands | array | ||
$routeMiddleware | array | The application's route middleware. |
메소드 | 설명 | |
---|---|---|
boot ( ) : void | Boot the service provider. | |
register ( ) : void | Register the service provider. | |
registerRouter ( ) : void | Register admin routes. |
메소드 | 설명 | |
---|---|---|
registerCommands ( ) : void | Register the commands. | |
registerRouteMiddleware ( ) : void | Register the route middleware. | |
setupAuth ( ) : void | Setup auth configuration. | |
setupClassAliases ( ) : void | Setup the class aliases. |
protected registerRouteMiddleware ( ) : void | ||
리턴 | void |
protected array $routeMiddleware | ||
리턴 | array |