Helpful Laravel commands to help manage the queue from command line.
jrquick/laravel-queue-commands is a Laravel package for helpful laravel commands to help manage the queue from command line..
It currently has 1 GitHub stars and 10 downloads on Packagist (latest version 0.0.1).
Install it with composer require jrquick/laravel-queue-commands.
Discover more Laravel packages by jrquick
or browse all Laravel packages to compare alternatives.
Last updated

Helpful Laravel 7 and 8 commands to help manage the queue from command line.
composer require jrquick/laravel-queue-commands
php artisan queue:count - Count the number of items in the queue(s).
php artisan queue:test - Test the queue(s).
php artisan queue:track - Visually track the items in the queue.
If you find any issues feel free to open a request in the Issues tab. If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.
composer.json file following Semantic Versioning (2.0.0).CHANGELOG.md in root.