From 4a1a2614333edc4b62d238d80843f73643d43e53 Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Thu, 5 Jan 2023 07:54:35 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5efaf31..3103e95 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ Allows you to get basic details of your Laravel Queue Stack > php artisan queue:status --queue=email +You can also view job models + +> php artisan queue:jobs + +and there is an alias for status + +> php artisan queue:count + # Requires Only works when you are using a database for your queue. Wont work with Redis etc.