Search code examples
phplaravelcentos6vpslaravel-artisan

Can't run Artisan::call('migrate')


I have a problem with Laravel 5.3 on Apache server hosted on CentOS, VPS. When I try to call Artisan::call('migrate'), I'm get in die dump 0 and application not fire migrate. I was try that on vagrant and wamp in local and everything work fine and artisan command fires.

What I have to check on server, what package or module?


Solution

  • I was found the solution using external api route. I was do that on server and I can't run that command from main