PHP code example of laravel-ready / ultimate-support

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

    

laravel-ready / ultimate-support example snippets


[
  "is_local" => true, // is client from localhost
  "base_ip" => "127.0.0.1", // laravel's request()->ip()
  "ip_address" => "111.111.111.111", // real client ip
]
bash
php artisan vendor:publish --tag=ultimate-support-config