sashalenz / google-maps-api

Google Maps API SDK for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Maps API SDK for Laravel

Latest Version on Packagist Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require sashalenz/google-maps-api

You can publish the config file with:

php artisan vendor:publish --tag="google-maps-api-config"

This is the contents of the published config file:

return [
    'api_key' => env('GOOGLE_MAPS_API_KEY'),    
];

Usage

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Google Maps API SDK for Laravel

License:MIT License


Languages

Language:PHP 100.0%