Appzcoder\CrudGenerator\CrudGeneratorServiceProvider::register PHP Method

register() public method

Register the service provider.
public register ( ) : void
return void
    public function register()
    {
        $this->commands('Appzcoder\\CrudGenerator\\Commands\\CrudCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudControllerCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudModelCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudMigrationCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudViewCommand', 'Appzcoder\\CrudGenerator\\Commands\\CrudLangCommand');
    }
CrudGeneratorServiceProvider