Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobya authored Jan 5, 2023
1 parent a6c5191 commit 4a1a261
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4a1a261

Please sign in to comment.