From 13d0d1281365e611a75f1ae013bbf200a9763ce1 Mon Sep 17 00:00:00 2001 From: Amir Hossein Shokri Date: Tue, 24 Jun 2025 18:21:11 +0330 Subject: [PATCH] improve queue work command docs --- queues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queues.md b/queues.md index 223c6fd8266..9bda3d92f5b 100644 --- a/queues.md +++ b/queues.md @@ -1933,7 +1933,7 @@ php artisan queue:work > [!NOTE] > To keep the `queue:work` process running permanently in the background, you should use a process monitor such as [Supervisor](#supervisor-configuration) to ensure that the queue worker does not stop running. -You may include the `-v` flag when invoking the `queue:work` command if you would like the processed job IDs to be included in the command's output: +You may include the `-v` flag when invoking the `queue:work` command if you would like the processed job IDs, job connection names, and job queue names to be included in the command's output: ```shell php artisan queue:work -v