output->writeln('Updating database'); if (config('app.env') !== 'production') { $this->call('migrate'); } else { $this->call('migrate', ['--force' => true]); } } }