PHP 클래스 Evercode1\ViewMaker\ViewMakerServiceProvider

Place the line below in the providers array inside app/config/app.php Evercode1\ViewMaker\src\ViewMakerServiceProvider::class,
저자: Bill Keck
상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: evercode1/view-maker

보호된 프로퍼티들

프로퍼티 타입 설명
$commands boolean The console commands.
$defer boolean Indicates if loading of the provider is deferred.

공개 메소드들

메소드 설명
boot ( ) : void Perform post-registration booting of services.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register any package services.

메소드 상세

boot() 공개 메소드

Perform post-registration booting of services.
public boot ( ) : void
리턴 void

provides() 공개 메소드

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

register() 공개 메소드

Register any package services.
public register ( ) : void
리턴 void

프로퍼티 상세

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

The console commands.
protected bool $commands
리턴 boolean

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

Indicates if loading of the provider is deferred.
protected bool $defer
리턴 boolean