PHP code example of rajentrivedi / queue-watch
1. Go to this page and download the library: Download rajentrivedi/queue-watch 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/ */
rajentrivedi / queue-watch example snippets
return [
'directories' => [
app_path('Jobs'),
app_path('Events'),
app_path('Listeners'),
],
php artisan queue:work:watch
bash
php artisan vendor:publish --tag="queue-watch-config"