PHP Class Mpociot\Teamwork\TeamworkServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: mpociot/teamwork

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Method Details

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void

mergeConfig() protected method

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

publishConfig() protected method

Publish Teamwork configuration
protected publishConfig ( )

publishMigration() protected method

Publish Teamwork migration
protected publishMigration ( )

register() public method

Register the service provider.
public register ( ) : void
return void

registerCommands() protected method

Register scaffolding command
protected registerCommands ( )

registerFacade() public method

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

registerTeamwork() protected method

Register the application bindings.
protected registerTeamwork ( ) : void
return void

Property Details

$defer protected_oe property

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