Laravel 6.18.2: The Process class relies on proc_open, which is not available on your PHP installation – Php versions
I used cron job to do some CRUD operation using laravel Task Scheduling. On localhost it is working fine. But on my shared host I keep getting this error. 2020-04-08 16:56:01] local.ERROR: The Process class relies on proc_open, which is…