same problem here executing the same code...
I think i solve the problem
Artisan::call('migrate', ['--quiet' => true, '--force' => true]);
The force options is the key. I hope it solve also your problem.
maybe this one should be checked as "solved"... :)
I tried this
Artisan::call('migrate', ['--path' => 'nekman/laravel-model-logger', '--force' => true]);
It didn't mark aborted now, but it didn't do anything.
there is a way to debug at least a little bit?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community