PHP code example of ichtrojan / laravel-frustration

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

    

ichtrojan / laravel-frustration example snippets




return [
    'routes' => [
        'wp-admin.php', 'index.php', 'wp-login.php'
    ],

    'redirect' => [
        'https://www.fbi.gov/wanted',
        'https://www.youtube.com/watch?v=pok8H_KF1FA',
        'https://fast.com',
        'http://www.omfgdogs.com',
        'https://cat-bounce.com'
    ]
];
bash
php artisan vendor:publish --tag=frustration