Download the PHP package bagusindrayana/laravel-map without Composer
On this page you can find all versions of the php package bagusindrayana/laravel-map. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-map
NEW UPDATE
I previously made this library for practice but some things got really messed up so I remade it from scratch
new library https://github.com/bagusindrayana/laravel-maps
LARAVEL-MAP
Laravel-Map is laravel package to help you to make and customize map from controller.laravel-map support mapbox and leaflet map
- Example : https://laravel-map.azurewebsites.net
Installation
Use the package manager composer to install LARAVEL-MAP.
Publish provider
If laravel < 5.5 add service provider and alias in config/app.php
Add MAPBOX_ACCESS_TOKEN
in .env or edit config/laravel-map.php
Usage
In Controller
In View
Current features
Mapbox - https://docs.mapbox.com/mapbox-gl-js/
- Marker
- MapboxGeocoder
- NavigationControl
- GeoLocateControl
- Popup
- Event
Leaflet - https://leafletjs.com/reference-1.7.1.html
- Marker
- Popup
- Polygon
- Circle
- GeoJson
- Event
DOCS : https://laravel-map-docs.netlify.app
EXAMPLE REPO : https://github.com/bagusindrayana/laravel-map-example