Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
Method | Description | |
---|---|---|
boot ( ) | Package boot method | |
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 | |
---|---|---|
registerBladeExtensions ( ) | Register the blade extender to use new blade sections |
Method | Description | |
---|---|---|
registerAccess ( ) : void | Register the application bindings. |
protected registerBladeExtensions ( ) |
public registerFacade ( ) : void | ||
return | void |
protected bool $defer | ||
return | boolean |