PHP 클래스 Arrilot\Widgets\ServiceProvider

상속: extends Illuminate\Support\ServiceProvider, use trait Illuminate\Console\AppNamespaceDetectorTrait
파일 보기 프로젝트 열기: arrilot/laravel-widgets 1 사용 예제들

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

메소드 상세

boot() 공개 메소드

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

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : array
리턴 array

register() 공개 메소드

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