class ConsoleServiceProvider extends ServiceProvider

Methods

boot()

Bootstrap the application services.

register()

Register the application services.

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.

Details

at line 24
boot()

Bootstrap the application services.

at line 31
register()

Register the application services.

at line 47
protected registerDisableCommand()

Register the module:disable command.

at line 59
protected registerEnableCommand()

Register the module:enable command.

at line 71
protected registerListCommand()

Register the module:list command.

at line 83
protected registerMigrateCommand()

Register the module:migrate command.

at line 95
protected registerMigrateRefreshCommand()

Register the module:migrate:refresh command.

at line 107
protected registerMigrateResetCommand()

Register the module:migrate:reset command.

at line 119
protected registerMigrateRollbackCommand()

Register the module:migrate:rollback command.

at line 136
protected registerOptimizeCommand()

Register the module:optimize command.

at line 148
protected registerSeedCommand()

Register the module:seed command.