PHP 클래스 FluxBB\Integration\Laravel\ServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: fluxbb/core

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
createLaravelRoute ( ) : void Register the catch-all route with the Laravel router.

메소드 상세

boot() 공개 메소드

Bootstrap the application events.
public boot ( ) : void
리턴 void

createLaravelRoute() 보호된 메소드

Register the catch-all route with the Laravel router.
protected createLaravelRoute ( ) : void
리턴 void

register() 공개 메소드

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