Allows you to get basic details of your Laravel Queue Stack
Composer require tobya/Queuestatus
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
Only works when you are using a database for your queue. Wont work with Redis etc.