PHP Class Stevemo\Cpanel\CpanelServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: stevemo/cpanel

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 by the provider.
register ( ) : void Register the service provider.
registerCommands ( ) : void Register console commands cpanel:install Register console commands cpanel:user
registerGroup ( ) Register Group binding
registerPassword ( ) Register bindings for the password reset
registerPermission ( ) Register Permission module component
registerUser ( ) Register User binding

Method Details

boot() public method

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

provides() public method

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

register() public method

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

registerCommands() public method

Register console commands cpanel:install Register console commands cpanel:user
Author: Steve Montambeault
public registerCommands ( ) : void
return void

registerGroup() public method

Register Group binding
Author: Steve Montambeault
public registerGroup ( )

registerPassword() public method

Register bindings for the password reset
Author: Steve Montambeault
public registerPassword ( )

registerPermission() public method

Register Permission module component
Author: Steve Montambeault
public registerPermission ( )

registerUser() public method

Register User binding
Author: Steve Montambeault
public registerUser ( )

Property Details

$defer protected property

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