omatech/laravel-done-jobs

Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.
1,329 2
Install
composer require omatech/laravel-done-jobs
Latest Version:v1.3.0
PHP:^7.1|^8.0
License:MIT
Last Updated:Feb 25, 2025
Links: GitHub  ·  Packagist
Maintainer: aponscat

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.

Related Packages

omatech/enigma

Enigma is a ciphersweet wrapper for laravel, it gives us the possibility to sear...

1,573 0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

628,058,007 9,707