Download the PHP package kaiserkiwi/nova-queue-management without Composer
On this page you can find all versions of the php package kaiserkiwi/nova-queue-management. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kaiserkiwi/nova-queue-management
More information about kaiserkiwi/nova-queue-management
Files in kaiserkiwi/nova-queue-management
Package nova-queue-management
Short Description Queues resource for Laravel Nova. Based on the abandoned package by den1n.
License MIT
Homepage https://github.com/kaiserkiwi/nova-queue-management
Informations about the package nova-queue-management
Nova Queue Management for Laravel Nova 4
A simple management of your pending or failed jobs directly in Laravel Nova. With the ability to rerun failed jobs directly from the Nova interface.
To use this package you need to use the database
queue driver.
This is the successor of the now abandoned den1n/nova-queues package. If you are using the old package, please remove it before installing this one. You definitely need this new package if you are using Laravel 10 or higher as the failed jobs model was incompatible with Laravel 10. This package also adds some new features and improvements.
Installation
Install package with Composer.
Publish package resources.
This will publish the following resources:
- Configuration file
config/nova-queue-management.php
. - Translations
lang/vendor/nova-queue-management
.
Create database table jobs
if it does not exist.
Migrate database.
Add instance of class Kaiserkiwi\NovaQueueManagement\Tool
to your App\Providers\NovaServiceProvider::tools()
method to display the jobs within your Nova resources.
If you come from den1n/nova-queues you have to remove the previous reference.
Screenshots
Jobs
Job Details
Failed Jobs
Contributing
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature
. - Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
Support
If you require any support open an issue on this repository.
License
MIT