Property | Type | Description | |
---|---|---|---|
$commands | array | The commands to be registered. | |
$defer | boolean | Indicates if loading of the provider is deferred. |
Method | Description | |
---|---|---|
boot ( ) : void | Bootstrap the application events. | |
provides ( ) : array | Get the services provided. | |
register ( ) : void | Register the service provider. |
Method | Description | |
---|---|---|
registerAddLaratrustUserTraitUseCommand ( ) | ||
registerCommands ( ) : void | Register the given commands. | |
registerMakeGroupCommand ( ) | ||
registerMakePermissionCommand ( ) | ||
registerMakeRoleCommand ( ) | ||
registerMakeSeederCommand ( ) | ||
registerMigrationCommand ( ) | ||
registerSetupCommand ( ) |
Method | Description | |
---|---|---|
mergeConfig ( ) : void | Merges user's and laratrust's configs. | |
registerBladeDirectives ( ) : void | Register the blade directives | |
registerLaratrust ( ) : void | Register the application bindings. |
protected registerAddLaratrustUserTraitUseCommand ( ) |
protected registerCommands ( ) : void | ||
return | void |
protected bool $defer | ||
return | boolean |