Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. | |
$package | string | Package name. |
Method | Description | |
---|---|---|
boot ( ) | Boot the service provider. | |
getBasePath ( ) : string | Get the base path of the package. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) | Register the service provider. |
Method | Description | |
---|---|---|
registerSeoHelperService ( ) | Register SeoMeta service. |
public getBasePath ( ) : string | ||
return | string |
protected bool $defer | ||
return | boolean |