PHP 클래스 App\Providers\CustomBladeServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: sroutier/laravel-5.1-enterprise-starter-kit

공개 메소드들

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

비공개 메소드들

메소드 설명
bladeDirectives ( ) : void Register the blade directives

메소드 상세

boot() 공개 메소드

Bootstrap application services.
public boot ( ) : void
리턴 void

register() 공개 메소드

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