locally, open a terminal window and run php artisan queue:work and then leave that window open
on live server, configure supervisor to start at least one worker and keep it running even when there are no terminal sessions
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
How to run queue jobs automatically on local and live server? I added queue jobs for import csv data, and i am using this command each time after queue jobs. php artisan queue:listen I want to run this command automatically
Please or to participate in this conversation.