When I run in terminal php artisan migrate this results in \'Nothing to migrate\' when indeed there is nothing to migrate.
php artisan migrate
When I use Artisan::call(\'
Artisan::call(\'
For me with Laravel 5.1 all this did not work but you can simply use:
Artisan::output()