Running laravel queue:work on a shared hosting -


i want laravel queue:work keep running on shared hosting, this shared hosting (am not on vps) can't install because online sources when searching suggest installing supervisor. thought create cron job checks if queue not running , starts it, on how go because kinda stuck, thanks.

p.s. on linux server , laravel 5.3

as mentioned using shared hosting, follow below steps.

step 1. need setup queue driver database

step 2 need setup cron job with following command php /path/to/application/artisan queue:work --queue=high,default.

you can give try. hope work.


Comments