twithers/laravel-horizon-clear-all

Adds a command to easily clear all your defined queues at once.
2,345 2
Install
composer require twithers/laravel-horizon-clear-all
Latest Version:v1.1.1
PHP:^8.2.0
License:MIT
Last Updated:Jun 9, 2025
Links: GitHub  ·  Packagist
Maintainer: TWithers

Laravel Horizon Clear All


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.

🚀 Installation

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-all

🙌 Usage

To clear all queues, run the following command:

php artisan horizon:clear-all

If 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 --force

Laravel Horizon Clear All was created by Tim Withers under the MIT license.

Related Packages

sandermuller/laravel-queue-insights

Self-hosted, driver-agnostic queue observability for Laravel. Per-class throughp...

22,609 7
anousss007/vigilance

A driver-agnostic control center for Laravel queues, jobs, commands and the sche...

13,232 202
kyslik/view-clear

Simple artisan command to clear compiled views in Laravel 5.0

7,732 3
edujugon/laravel-caches-cleaner

Laravel Console Command Package to clean all caches and restart queue

28 5
pixielity/laravel-foundation

Pixielity Foundation module for Laravel. Provides utilities, enums, exceptions,...

5 0