Download the PHP package jeffersongoncalves/filament-queue-management without Composer
On this page you can find all versions of the php package jeffersongoncalves/filament-queue-management. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/filament-queue-management
More information about jeffersongoncalves/filament-queue-management
Files in jeffersongoncalves/filament-queue-management
Package filament-queue-management
Short Description A Filament plugin to manage Laravel's database queue tables (jobs, failed_jobs, job_batches) — monitor, retry and prune queued and failed jobs from your panel.
License MIT
Homepage https://github.com/jeffersongoncalves/filament-queue-management
Informations about the package filament-queue-management
Filament Queue Management
A Filament plugin to manage Laravel's database-driver queue tables (jobs, failed_jobs, job_batches) directly from your panel. It is a Filament UI port of the Nova package kaiserkiwi/nova-queue-management, built on top of the framework-agnostic jeffersongoncalves/laravel-queue-management core (the queue models and the QueueManager service) and the shared jeffersongoncalves/filament-plugin-core.
Features
- 📋 Monitor pending jobs (
jobstable) and prune them individually or in bulk - ♻️ Retry, retry-all, forget and flush-all failed jobs (
failed_jobstable) - 📦 Inspect job batches (
job_batchestable) read-only, including failed job ids and options - 🔎 Searchable, sortable tables with payload / exception viewers (pretty JSON)
- 🧭 All three resources grouped under a configurable "Queue Management" navigation group
- ⚙️ Fluent customisation of the navigation group label, sort, per-resource slugs and icons
Compatibility
| Plugin Version | Filament | PHP | Laravel |
|---|---|---|---|
| 1.x | ^3.0 | ^8.2 | ^10.0 |
| 2.x | ^4.0 | ^8.2 | ^11.0 |
| 3.x | ^5.0 | ^8.3 | ^12.0/^13.0 |
Installation
You can install the package via composer (the jeffersongoncalves/laravel-queue-management core is pulled in automatically):
You can publish the config file with:
This plugin reads Laravel's standard
jobs,failed_jobsandjob_batchestables. Make sure your application uses thedatabasequeue driver (and thedatabase/database-uuidsfailed job driver) and has run the queue migrations.
Usage
Register the plugin
All fluent methods are optional and return $this for chaining. If you do not register the plugin, the three resources can also be discovered automatically through the package service provider, in which case configuration is read from the published config file.
Configuration
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jefferson Gonçalves
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-queue-management with dependencies
filament/filament Version ^5.0
jeffersongoncalves/filament-plugin-core Version ^3.0
jeffersongoncalves/laravel-queue-management Version ^1.0
spatie/laravel-package-tools Version ^1.14.0