ErrorException
User Deprecated: Passing a command as string when creating a "Symfony\Component\Process\Process" instance is deprecated since Symfony 4.2, pass it as an array of its arguments instead, or use the "Process::fromShellCommandline()" constructor if you need features provided by the shell.
function_name | Callable Illuminate\Console\Scheduling\ScheduleRunCommand::handle []
-- | --
Execute any schedule jobs using the version provided above
Add this line to composer.json for temp fix "symfony/process": "~4.1.0"
Thanks for making us aware. I'll look into this as this indeed seems to affect quite a bit of the console part.
It didn't seem to affect too much. Sent in a PR: https://github.com/laravel/framework/pull/27610
Is this also fixed in Laravel 5.7?
Just created a PR to apply this fix in 5.7 (#27688).
We'll have to wait and see if this can also be fixed in 5.7 but it's fixed for 5.8 already.
Most helpful comment
Just created a PR to apply this fix in 5.7 (#27688).