Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Dhruv Sompura's avatar

How to run queue jobs automatically on local and live server?

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

0 likes
4 replies
Dhruv Sompura's avatar

@Snapey Thank you. can i run queue jobs automatically on local server? And how can i configure supervisor on live server?

Snapey's avatar

@Dhruv Sompura

a) depends on the environment

b) full details are in the docs

Please or to participate in this conversation.