This package provides functionality to remove jobs from the Laravel queue.
To install the package, use Composer:
composer require rajmundtoth0/laravel-job-remove
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.
This package is open-sourced software licensed under the MIT license.