PHP code example of juicecrm / geodata

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

    

juicecrm / geodata example snippets

sh
php artisan migrate
php artisan geodata:retrieve
php artisan geodata:extract
php artisan geodata:store
sh
php artisan vendor:publish --provider="JuiceCRM\\GeoData\\GeoDataServiceProvider" --tag=config