got-daijobu / laravel-10-done-jobs
Forked from omatech/laravel-done-jobs.
v10.0
2023-08-02 13:06 UTC
Requires
- php: ^7.1|^8.1
- illuminate/support: 5.7.*|5.8.*|6.*|7.*|8.*|9.*|10.*
This package is not auto-updated.
Last update: 2024-11-21 17:42:36 UTC
README
This package is forked from omatech/laravel-done-jobs and lightly edited to support Laravel 10.
Laravel Done Jobs
Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.
Installation
You can install the package via composer:
composer require got-daijobu/laravel-10-done-jobs
Usage
Run migrate to create the done_jobs table.
php artisan migrate
Use the command to push a done job into the queue again.
php artisan queue:rejob {id/all}
Credits
Organization
License
The MIT License (MIT). Please see License File for more information.