Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
Method | Description | |
---|---|---|
boot ( ) : void | Perform post-registration booting of services. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register any package services. |
Method | Description | |
---|---|---|
configPath ( string $file = '' ) : string | Get the path to the config directory. |
protected configPath ( string $file = '' ) : string | ||
$file | string | |
return | string |
protected bool $defer | ||
return | boolean |