PHP Class Zizaco\Entrust\EntrustServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
显示文件 Open project: zizaco/entrust Class Usage Examples

Protected Properties

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

Public Methods

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

Private Methods

Method Description
bladeDirectives ( ) : void Register the blade directives
mergeConfig ( ) : void Merges user's and entrust's configs.
registerCommands ( ) : void Register the artisan commands.
registerEntrust ( ) : void Register the application bindings.

Method Details

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void

provides() public method

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

register() public method

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

Property Details

$defer protected_oe property

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