Download the PHP package nmfzone/google-static-map-laravel without Composer
On this page you can find all versions of the php package nmfzone/google-static-map-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nmfzone/google-static-map-laravel
More information about nmfzone/google-static-map-laravel
Files in nmfzone/google-static-map-laravel
Package google-static-map-laravel
Short Description Generates a static map using Google Map
License MIT
Homepage https://github.com/nmfzone/google-static-map-laravel
Informations about the package google-static-map-laravel
Google Static Map Generator
Generate static map using Google Map API in Laravel.
Installation
Requirements
>= PHP 7.1
Installation in Laravel 5.5 and up
The package will automatically register itself.
Installation in Laravel 5.4
Next up, the service provider must be registered:
If you want to make use of the facade you must install it as well:
If you want to change the default config, you must publish the config file:
Installation in Lumen
Next up, the service provider must be registered:
Usage
Using facade (with default config),
If you want to use the default marker, you can call make($latitude, $longitude)
first:
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Nabil M. Firdaus
- All contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of google-static-map-laravel with dependencies
illuminate/contracts Version 5.*
illuminate/support Version 5.*
bensquire/php-static-maps-generator Version 2.0.*