PHP code example of agoalofalife / geography

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

    

agoalofalife / geography example snippets


 composer dump
 php artisan migrate
 
 php artisan db:seed
 или для seeder :
 php artisan db:seed --class=CountryTableSeeder
 php artisan db:seed --class=RegionsTableSeeder
 php artisan db:seed --class=CitiesTableSeeder