PHP code example of kevindees / laravel-redis-queue

1. Go to this page and download the library: Download kevindees/laravel-redis-queue 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/ */

    

kevindees / laravel-redis-queue example snippets

shell
php artisan queue:redis -C
shell
php artisan queue:redis emails -C
shell
php artisan horizon:data failed_jobs -C
shell
php artisan horizon:data recent_jobs -C
shell
php artisan horizon:data App\\Import:66 -C
php artisan horizon:data failed:App\Import:65 -C