PHP code example of rajmundtoth0 / laravel-job-remove
1. Go to this page and download the library: Download rajmundtoth0/laravel-job-remove library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
rajmundtoth0 / laravel-job-remove example snippets
bash
php artisan queue:remove [queue] [job] --limit 1
bash
php artisan queue:remove myJobQueue App\Jobs\MyJob --limit 1