PHP code example of v360tech / geonames

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

    

v360tech / geonames example snippets


V360Tech\Geonames\GeonamesServiceProvider::class,

php artisan geonames:install --country=US --country=CA --country=MX --language=en

php artisan geonames:install

$schedule->command('geonames:update')->dailyAt('3:00');

php artisan migrate