Looking to hire Laravel developers? Try LaraJobs

laravel-horizon-tag-search-in-pending-and-completed-jobs maintained by mvd81

Description
Append tags search for pending and completed jobs in Laravel Horizon.
Last update
2026/04/08 10:57 (dev-main)
License
Links
Downloads
7 685

Comments
comments powered by Disqus

Introduction

This package allows searching for jobs in pending and completed states based on tags, similar to how it works for failed jobs. Hopefully, this is a temporary package until this PR https://github.com/laravel/horizon/pull/1513 is merged.

Screencast

https://github.com/user-attachments/assets/057da12b-c4d6-4947-a030-578714e9e0bd

Installation

composer require mvd81/laravel-horizon-tag-search-in-pending-and-completed-jobs

If you have not yet installed Horizon, run php artisan horizon:install

What this package does

  • Overrides the frontend to enable searching through pending and completed jobs.
  • Creates listeners for the JobPushed and JobDeleted events to add and remove jobs in pending tags.
  • Overrides the pending and completed job controllers to allow searching within pending and completed jobs.

License

Laravel Horizon tag search in pending and completed jobs is open-sourced software licensed under the MIT license.