Download the PHP package atrian/laravelgooglemaps without Composer
On this page you can find all versions of the php package atrian/laravelgooglemaps. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atrian/laravelgooglemaps
More information about atrian/laravelgooglemaps
Files in atrian/laravelgooglemaps
Package laravelgooglemaps
Short Description Laravel Google Map package for 5.x. You can use all google map features in laravel. UPDATED: Laravel 7 support, strtolower replaced with mb_strtolower in geocache, gestureHandling Gmap option
License MIT
Informations about the package laravelgooglemaps
Laravel Google Maps
This repo aims to use google map features in laravel 5.x. It is easy to use and flexible, you can just install this package and enjoy google map in your website and/or applications.
Features
1. Localizing
2. Map Types
3. Custom Style
4. Makers
5. Info Window
6. Shapes
7. Symbols
8. Overlays
9. KML and GeoRSS
10. Traffic and Bicycling Layer
11. Geocoding Caches
12. Controls
13. Street View
14. Events
15. Reverse Geocoding
16. Travel Moding
17. Proxy
Services & Libraries
1. Directions
2. Geocoding
3. Geometry
4. Drawing
5. Places
6. Autocomplete
7. Adsense
8. Geofence (For now only server side geofence available)
Installation
Add in composer.json
Then
Or install via composer cli
Add service provider config/app.php
And finally add in the alias section config/app.php
Now publish configuration file
Usage
Example files are under FarhanWazir/GoogleMaps/Example:
Controller Example; reference code for display method
Route Example
View Example
Geo-fence Example
Contribution
- Proxy feature by @grimseer - Nov 22, 2016
- Fixed to load google api via https by @wissamdagher - Apr 04, 2017
- Map full screen support by @wissamdagher - Jul 02, 2017
- Facade namespace fixed by @drehimself - Aug 03, 2017
- Fixed migration file name by @drehimself - Aug 03, 2017
Thank you for using!
If you like it then click Fork!
Contact me if any query or suggestion you have in support section.
Credits
Library initiative: BioStall
BioStall developed library for codeigniter originally, which you can found at http://biostall.com/laravel-google-maps-v3-api-package/
Conversion into Laravel from codeigniter by: GeneaLabs -- https://github.com/GeneaLabs/Phpgmaps (but it is incomplete)