PHP Class Baum\Providers\BaumServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: gazsp/baum

Public Methods

Method Description
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.
registerCommands ( ) : void Register the commands.

Protected Methods

Method Description
registerBaumCommand ( ) : void Register the 'baum' command.
registerInstallCommand ( ) : void Register the 'baum:install' command.

Method Details

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

registerBaumCommand() protected method

Register the 'baum' command.
protected registerBaumCommand ( ) : void
return void

registerCommands() public method

Register the commands.
public registerCommands ( ) : void
return void

registerInstallCommand() protected method

Register the 'baum:install' command.
protected registerInstallCommand ( ) : void
return void