PHP 클래스 SebastiaanLuca\Router\RouterServiceProvider

상속: extends Illuminate\Foundation\Support\Providers\RouteServiceProvider
파일 보기 프로젝트 열기: sebastiaanluca/laravel-router

공개 메소드들

메소드 설명
boot ( ) Define your route model bindings, pattern filters, etc using the Bootstrap router.
register ( ) Register the service provider.

보호된 메소드들

메소드 설명
getApplicationKernel ( ) : Illuminate\Foundation\Application | mixed Get the application's kernel implementation.
registerUserRouters ( ) Map user-defined routers.

메소드 상세

boot() 공개 메소드

Define your route model bindings, pattern filters, etc using the Bootstrap router.
public boot ( )

getApplicationKernel() 보호된 메소드

Get the application's kernel implementation.
protected getApplicationKernel ( ) : Illuminate\Foundation\Application | mixed
리턴 Illuminate\Foundation\Application | mixed

register() 공개 메소드

Register the service provider.
public register ( )

registerUserRouters() 보호된 메소드

Map user-defined routers.
protected registerUserRouters ( )