Download the PHP package mvd81/laravel-horizon-tag-search-in-pending-and-completed-jobs without Composer
On this page you can find all versions of the php package mvd81/laravel-horizon-tag-search-in-pending-and-completed-jobs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mvd81/laravel-horizon-tag-search-in-pending-and-completed-jobs
More information about mvd81/laravel-horizon-tag-search-in-pending-and-completed-jobs
Files in mvd81/laravel-horizon-tag-search-in-pending-and-completed-jobs
Package laravel-horizon-tag-search-in-pending-and-completed-jobs
Short Description Append tags search for pending and completed jobs in Laravel Horizon.
License MIT
Informations about the package laravel-horizon-tag-search-in-pending-and-completed-jobs
Laravel Horizon tag search in pending and completed jobs
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.