PHP Class Spatie\Analytics\AnalyticsServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: spatie/laravel-analytics

Public Methods

Method Description
boot ( ) Bootstrap the application events.
register ( ) Register the service provider.

Protected Methods

Method Description
guardAgainstInvalidConfiguration ( array | null $analyticsConfig )

Method Details

boot() public method

Bootstrap the application events.
public boot ( )

guardAgainstInvalidConfiguration() protected method

protected guardAgainstInvalidConfiguration ( array | null $analyticsConfig )
$analyticsConfig array | null

register() public method

Register the service provider.
public register ( )