PHP 클래스 Encore\Admin\Providers\AdminServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: z-song/laravel-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

메소드 상세

boot() 공개 메소드

Boot the service provider.
public boot ( ) : void
리턴 void

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

registerCommands() 보호된 메소드

Register the commands.
protected registerCommands ( ) : void
리턴 void

registerRouteMiddleware() 보호된 메소드

Register the route middleware.
protected registerRouteMiddleware ( ) : void
리턴 void

registerRouter() 공개 메소드

Register admin routes.
public registerRouter ( ) : void
리턴 void

setupAuth() 보호된 메소드

Setup auth configuration.
protected setupAuth ( ) : void
리턴 void

setupClassAliases() 보호된 메소드

Setup the class aliases.
protected setupClassAliases ( ) : void
리턴 void

프로퍼티 상세

$commands 보호되어 있는 프로퍼티

protected array $commands
리턴 array

$routeMiddleware 보호되어 있는 프로퍼티

The application's route middleware.
protected array $routeMiddleware
리턴 array