rajmundtoth0/laravel-job-remove

A Laravel package to remove jobs

0.0.4 2024-11-13 17:44 UTC

README

Latest Stable Version codecov PHPSTAN

Laravel Job Remove

This package provides functionality to remove jobs from the Laravel queue.

Installation

To install the package, use Composer:

composer require rajmundtoth0/laravel-job-remove

Usage

php artisan queue:remove [queue] [job] --limit 1

Like:

php artisan queue:remove myJobQueue App\Jobs\MyJob --limit 1

Use at your own risk. This package directly manipulates the job queue and should be used with caution.

License

This package is open-sourced software licensed under the MIT license.