PHP 클래스 Rubenwouters\CrmLauncher\CrmLauncherServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: rubenwouters/crm-launcher

보호된 프로퍼티들

프로퍼티 타입 설명
$aliases array
$providers array

공개 메소드들

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

비공개 메소드들

메소드 설명
publish ( ) : void Publish views, assets & config
registerAliases ( ) : void Registers aliases
registerCommands ( )
registerCrons ( ) : void Register cron jobs
registerMiddleware ( ) : void Registers middleware
registerServiceProviders ( ) : void Registers service providers

메소드 상세

boot() 공개 메소드

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

register() 공개 메소드

Register the application services.
public register ( ) : void
리턴 void

프로퍼티 상세

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

protected array $aliases
리턴 array

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

protected array $providers
리턴 array