Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.
You can install the package via composer:
composer require omatech/laravel-done-jobsRun migrate to create the done_jobs table.
php artisan migrateUse the command to push a done job into the queue again.
php artisan queue:rejob {id/all}The MIT License (MIT). Please see License File for more information.