PHP Class OwenIt\Auditing\Providers\AuditingServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: owen-it/laravel-auditing

Protected Properties

Property Type Description
$defer

Public Methods

Method Description
boot ( ) : void Bootstrap the service provider.
provides ( )
register ( ) : void Register the service provider.

Protected Methods

Method Description
setupConfig ( $app ) : void Setup the config.

Method Details

boot() public method

Bootstrap the service provider.
public boot ( ) : void
return void

provides() public method

public provides ( )

register() public method

Register the service provider.
public register ( ) : void
return void

setupConfig() protected method

Setup the config.
protected setupConfig ( $app ) : void
$app
return void

Property Details

$defer protected property

protected $defer