PHP Class Irazasyed\LaravelGAMP\LaravelGAMPServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: irazasyed/laravel-gamp

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method Description
boot ( ) Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the service provider.

Protected Methods

Method Description
registerAnalytics ( Illuminate\Contracts\Container\Container $app ) Initialize Analytics Library with Default Config.
setupConfig ( Illuminate\Contracts\Container\Container $app ) Setup the config.

Method Details

boot() public method

Bootstrap the application events.
public boot ( )

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( )

registerAnalytics() protected method

Initialize Analytics Library with Default Config.
protected registerAnalytics ( Illuminate\Contracts\Container\Container $app )
$app Illuminate\Contracts\Container\Container

setupConfig() protected method

Setup the config.
protected setupConfig ( Illuminate\Contracts\Container\Container $app )
$app Illuminate\Contracts\Container\Container

Property Details

$defer protected property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean