PHP code example of bordeux / geoname-bundle

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

    

bordeux / geoname-bundle example snippets


    // AppKernel::registerBundles()
    $bundles = array(
        // ...
            new Bordeux\Bundle\GeoNameBundle\BordeuxGeoNameBundle(),
        // ...
    );

## Install or update database schema


Execute the migrations using the supplied migration configuration