Download the PHP package vstruhar/filament-failed-jobs without Composer
On this page you can find all versions of the php package vstruhar/filament-failed-jobs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vstruhar/filament-failed-jobs
More information about vstruhar/filament-failed-jobs
Files in vstruhar/filament-failed-jobs
Package filament-failed-jobs
Short Description The Laravel Filament plugin for managing failed jobs offers a streamlined interface to monitor, retry, and delete failed jobs directly from the admin panel.
License MIT
Homepage https://github.com/vstruhar/filament-failed-jobs
Informations about the package filament-failed-jobs
Filament plugin for managing failed jobs
The Laravel Filament plugin for managing failed jobs offers a streamlined interface to monitor, retry, and delete failed jobs directly from the admin panel.
Features
- Retry or delete all failed jobs
- Retry or delete single failed job
- Retry or delete selected failed jobs
- Retry or delete filtered failed jobs
- Can view details of the failed job with exception stack trace and models with ids
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Add FilamentFailedJobsPlugin
to plugins array in AdminPanelProvider.php
.
Optionally you can chain enableNavigation
method and add logic when to enable navigation button in the main sidebar.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Vladimir Struhar
- Inspired by filament-jobs-monitor
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-failed-jobs with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0