Download the PHP package bagusindrayana/laravel-maps without Composer
On this page you can find all versions of the php package bagusindrayana/laravel-maps. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bagusindrayana/laravel-maps
More information about bagusindrayana/laravel-maps
Files in bagusindrayana/laravel-maps
Package laravel-maps
Short Description set mapbox and leaflet map initiation from within laravel
License MIT
Informations about the package laravel-maps
Demo : https://laravel-maps-demo.herokuapp.com/
Installation
Add LaravelMapServiceProvider::class to config/app.php
publish provider
Usage
in controller
in view
Leaflet
Features
- marker
- circle
- polygon
- geojson
- basic event and method
Basic Usage
Method & Event
method are dynamic so you can use most method from original leaflet https://leafletjs.com/reference.html#map-method argument or parameter in method can be array,Closure,string,and RawJs class
Mapbox
Features
- marker
- geojson
- basic event and method
Basic Usage
Method & Event
method are dynamic so you can use most method from original mapbox https://docs.mapbox.com/mapbox-gl-js/api/map/#map-instance-members argument or parameter in method can be array,Closure,string,and RawJs class