getOutput()->writeln(' | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | | | | Your database has not been properly migrated! | | | | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | You must run the following command to finish migrating your database: php artisan migrate --step --force You will not be able to use the Panel as expected without fixing your database state by running the command above. '); $this->getOutput()->error('You must correct the error above before continuing.'); } }