Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
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. |
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. |
protected mergeConfig ( ) : void | ||
return | void |
public registerFacade ( ) : void | ||
return | void |
protected registerTeamwork ( ) : void | ||
return | void |
protected bool $defer | ||
return | boolean |