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

ale3m's avatar
Level 1

how to run queue:work automatically?

Hello, I have a Laravel 8 project in which I make use of notifications using queues, these are executed by running the "php artisan queue:work" command, I plan to use the project locally using laragon, my question is: Is it possible that these "queues" are executed automatically? without the need to run the "php artisan queue:work" command. What I am looking for is to turn on the computer, run Laravel and that's it, to be able to use the application without the need to execute the command every time. Is this possible?

0 likes
1 reply

Please or to participate in this conversation.