Пример #1
0
 protected function configure()
 {
     $this->setName('migrations:down')->setDescription('revert migrations')->addArgument('version', InputArgument::REQUIRED, 'version to go down to');
     parent::configure();
 }
Пример #2
0
 protected function configure()
 {
     $this->setName('migrations:migrate')->setDescription('run the migrations based on the configs');
     parent::configure();
 }