PHP Class Bogardo\Mailgun\MailgunServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: bogardo/mailgun

Protected Properties

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

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register any package services.

Protected Methods

Method Description
configPath ( string $file = '' ) : string Get the path to the config directory.

Method Details

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void

configPath() protected method

Get the path to the config directory.
protected configPath ( string $file = '' ) : string
$file string
return string

provides() public method

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

register() public method

Register any package services.
public register ( ) : void
return void

Property Details

$defer protected property

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