PHP code example of isneezy / timoneiro

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

    

isneezy / timoneiro example snippets



return [
    //... other configuration
    'providers' => [
        //... providers
        \Isneezy\Timoneiro\TimoneiroServiceProvider::class
        //... more providers
    ]
];
bash
php artisan timoneiro:install