PHP Class Mpociot\Teamwork\TeamworkServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: mpociot/teamwork

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

mergeConfig() protected méthode

Merges user's and teamwork's configs.
protected mergeConfig ( ) : void
Résultat void

publishConfig() protected méthode

Publish Teamwork configuration
protected publishConfig ( )

publishMigration() protected méthode

Publish Teamwork migration
protected publishMigration ( )

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerCommands() protected méthode

Register scaffolding command
protected registerCommands ( )

registerFacade() public méthode

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

registerTeamwork() protected méthode

Register the application bindings.
protected registerTeamwork ( ) : void
Résultat void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean