PHP 클래스 Mpociot\Teamwork\TeamworkServiceProvider

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.
registerFacade ( ) : void Register the vault facade without the user having to add it to the app.php file.

보호된 메소드들

메소드 설명
mergeConfig ( ) : void Merges user's and teamwork's configs.
publishConfig ( ) Publish Teamwork configuration
publishMigration ( ) Publish Teamwork migration
registerCommands ( ) Register scaffolding command
registerTeamwork ( ) : void Register the application bindings.

메소드 상세

boot() 공개 메소드

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

mergeConfig() 보호된 메소드

Merges user's and teamwork's configs.
protected mergeConfig ( ) : void
리턴 void

publishConfig() 보호된 메소드

Publish Teamwork configuration
protected publishConfig ( )

publishMigration() 보호된 메소드

Publish Teamwork migration
protected publishMigration ( )

register() 공개 메소드

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

registerCommands() 보호된 메소드

Register scaffolding command
protected registerCommands ( )

registerFacade() 공개 메소드

Register the vault facade without the user having to add it to the app.php file.
public registerFacade ( ) : void
리턴 void

registerTeamwork() 보호된 메소드

Register the application bindings.
protected registerTeamwork ( ) : void
리턴 void

프로퍼티 상세

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

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