PHP code example of hpwebdeveloper / laravel-failed-jobs

1. Go to this page and download the library: Download hpwebdeveloper/laravel-failed-jobs 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/ */

    

hpwebdeveloper / laravel-failed-jobs example snippets


// before
        'paths' => ['api/*', 'sanctum/csrf-cookie'],
// after
        'paths' => ['failedjobs_4a5b6c7d/*', 'api/*', 'sanctum/csrf-cookie'],
bash
php artisan failedjobs:install
bash
php artisan failedjobs:publish
bash
php artisan failedjobs:install