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?
via Duka