Property | Type | Description | |
---|---|---|---|
$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 | |
---|---|---|
bladeDirectives ( ) : void | Register the blade directives | |
mergeConfig ( ) : void | Merges user's and entrust's configs. | |
registerCommands ( ) : void | Register the artisan commands. | |
registerEntrust ( ) : void | Register the application bindings. |
protected bool $defer | ||
return | boolean |