Looking to hire Laravel developers? Try LaraJobs

laravel-job-remove maintained by rajmundtoth0

Description
A Laravel package to remove jobs
Author
Last update
2025/03/08 06:54 (dev-master)
License
Links
Downloads
23 675

Comments
comments powered by Disqus

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.