tobya / queuestatus
Allows you to get basic details of your Laravel Queue Stack
v0.8.4
2025-09-21 06:47 UTC
README
Allows you to get basic details of your Laravel Queue Stack
Installation
Composer require tobya/Queuestatus
Usage
php artisan queue:status
php artisan queue:status --queue=email
You can also view job models
php artisan queue:jobs
You keep showing status by using --live and choose to change the default pause of 3 seconds.
php artisan queue:status --live --pause=5
Requires
Only works when you are using a database for your queue. Wont work with Redis etc.
