PHP code example of dnery / laravel-maps
1. Go to this page and download the library: Download dnery/laravel-maps 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/ */
dnery / laravel-maps example snippets
app/config/app.php
'LaravelMaps' => 'Dnery\LaravelMaps\Facades\LaravelMaps',
php artisan config:publish dnery/laravel-maps
app/config/packages/dnery/laravel-maps/config.php
$maps->process($params);