Looking to hire Laravel developers? Try LaraJobs

laravel-done-jobs maintained by omatech

Description
Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.
Last update
2025/02/25 17:01 (dev-master)
License
Downloads
1 307

Comments
comments powered by Disqus

Laravel Done Jobs

Latest Version on Packagist Total Downloads

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 omatech/laravel-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.