This package provides a convenient way to clear all your Horizon queues in a single command instead of repeating the command multiple times to clear several queues. Likely this will be used in a development environment, but it can be used in a production environment as well.
Requires PHP 8.2+, Laravel 11.0+, and Laravel Horizon 5.0+
You can install the package via Composer:
composer require twithers/laravel-horizon-clear-allTo clear all queues, run the following command:
php artisan horizon:clear-allIf you are running this in a production environment, you will be prompted to confirm the action. You can pass the --force flag to skip the confirmation prompt:
php artisan horizon:clear-all --forceLaravel Horizon Clear All was created by Tim Withers under the MIT license.