'database/migrations/main', '--database' => 'mysql']; if(!empty( $this->option('force'))) { $options['--force'] = true; } if(!empty( $this->option('step'))) { $options['--step'] = true; } if(!empty( $this->option('pretend'))) { $options['--pretend'] = true; } $this->call('migrate', $options); } }