PHP code example of fast-elephant / laravel-regeo
1. Go to this page and download the library: Download fast-elephant/laravel-regeo 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/ */
fast-elephant / laravel-regeo example snippets
php artisan vendor:publish --provider="FastElephant\LaravelRegeo\RegeoServiceProvider"
return [
'timeout' => 1, // request timeout
'qqmap' => [ // qq map key
'key' => ''
],
'amap' => [ // amap key
'key' => ''
],
];