Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
Method | Description | |
---|---|---|
boot ( ) | Bootstrap the application events. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) | Register the service provider. |
Method | Description | |
---|---|---|
registerAnalytics ( Illuminate\Contracts\Container\Container $app ) | Initialize Analytics Library with Default Config. | |
setupConfig ( Illuminate\Contracts\Container\Container $app ) | Setup the config. |
protected registerAnalytics ( Illuminate\Contracts\Container\Container $app ) | ||
$app | Illuminate\Contracts\Container\Container |
protected setupConfig ( Illuminate\Contracts\Container\Container $app ) | ||
$app | Illuminate\Contracts\Container\Container |
protected bool $defer | ||
return | boolean |