PHP Class Caffeinated\Modules\Providers\ConsoleServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Mostrar archivo Open project: caffeinated/modules

Public Methods

Method Description
boot ( ) Bootstrap the application services.
register ( ) Register the application services.

Protected Methods

Method Description
registerDisableCommand ( ) Register the module:disable command.
registerEnableCommand ( ) Register the module:enable command.
registerListCommand ( ) Register the module:list command.
registerMigrateCommand ( ) Register the module:migrate command.
registerMigrateRefreshCommand ( ) Register the module:migrate:refresh command.
registerMigrateResetCommand ( ) Register the module:migrate:reset command.
registerMigrateRollbackCommand ( ) Register the module:migrate:rollback command.
registerOptimizeCommand ( ) Register the module:optimize command.
registerSeedCommand ( ) Register the module:seed command.

Method Details

boot() public method

Bootstrap the application services.
public boot ( )

register() public method

Register the application services.
public register ( )

registerDisableCommand() protected method

Register the module:disable command.
protected registerDisableCommand ( )

registerEnableCommand() protected method

Register the module:enable command.
protected registerEnableCommand ( )

registerListCommand() protected method

Register the module:list command.
protected registerListCommand ( )

registerMigrateCommand() protected method

Register the module:migrate command.
protected registerMigrateCommand ( )

registerMigrateRefreshCommand() protected method

Register the module:migrate:refresh command.

registerMigrateResetCommand() protected method

Register the module:migrate:reset command.

registerMigrateRollbackCommand() protected method

Register the module:migrate:rollback command.

registerOptimizeCommand() protected method

Register the module:optimize command.
protected registerOptimizeCommand ( )

registerSeedCommand() protected method

Register the module:seed command.
protected registerSeedCommand ( )