Skip to content

Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.

License

Notifications You must be signed in to change notification settings

gotDaijobu/laravel-10-done-jobs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is forked from omatech/laravel-done-jobs and lightly edited to support Laravel 10.

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 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.

About

Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%