ConsoleServiceProvider
class ConsoleServiceProvider extends ServiceProvider
Methods
Bootstrap the application services.
Register the application services.
Register the module:disable command.
Register the module:enable command.
Register the module:list command.
Register the module:migrate command.
Register the module:migrate:refresh command.
Register the module:migrate:reset command.
Register the module:migrate:rollback command.
Register the module:optimize command.
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.