I recently setup a Laravel Queue system. The basics are a cronjob calls a command which adds jobs to a queue and calls a second command which sends an email.
The sy
The best way is PM2 (Advanced, production process manager for Node.js) that you can monit your queues and see their's logs.
with command below in your project directory, run queue worker :
pm2 start artisan --name laravel-worker --interpreter php -- queue:work --daemon