Esempio n. 1
0
 protected function configure()
 {
     parent::configure();
     $this->setDescription('Migrate database.')->addArgument('to-version', InputArgument::OPTIONAL, 'Migrate to specific version of migrations');
 }
Esempio n. 2
0
 protected function configure()
 {
     parent::configure();
     $this->setDescription('Migrations status.');
 }
Esempio n. 3
0
 protected function configure()
 {
     parent::configure();
     $this->setDescription('Create a new migration.')->addArgument('migration_name', InputArgument::REQUIRED, 'Migration name');
 }