laravel-maps

Your laravel maps libary.

MIT License

Downloads
48K
Stars
255
Committers
6

Bot releases are hidden (Show)

laravel-maps - v0.18 Laravel 11 support Latest Release

Published by LarsWiegers 8 months ago

laravel-maps - v0.17

Published by LarsWiegers about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/LarsWiegers/laravel-maps/compare/v0.16...v0.17

laravel-maps - v0.16

Published by LarsWiegers about 1 year ago

laravel-maps - v0.15 Dynamic leafletjs version

Published by LarsWiegers over 1 year ago

What's Changed

This release sets the leaflet version to the latest, this might break your application if that happens, set the version like below to the 1.7.1 which was the setting before.
<x-maps-leaflet leafletVersion="1.7.1"></x-maps-leaflet>

Full Changelog: https://github.com/LarsWiegers/laravel-maps/compare/v0.14...v0.15

laravel-maps - v0.14 Laravel 10 support

Published by LarsWiegers over 1 year ago

laravel-maps - v0.13 PHP 8.2 Support

Published by LarsWiegers almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/LarsWiegers/laravel-maps/compare/v0.12...v0.13

laravel-maps - v0.12

Published by LarsWiegers over 2 years ago

What's Changed

Full Changelog: https://github.com/LarsWiegers/laravel-maps/compare/v0.11...v0.12

laravel-maps - v0.11

Published by LarsWiegers over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/LarsWiegers/laravel-maps/compare/v0.10...v0.11

laravel-maps - Google maps + Leaflet custom popups for makers

Published by LarsWiegers over 2 years ago

Adds in the functionality to bind custom popups to the marker instances on both map types.

laravel-maps - Laravel 9 support

Published by LarsWiegers over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/LarsWiegers/laravel-maps/compare/v0.8...v0.9

laravel-maps - Custom title

Published by LarsWiegers almost 3 years ago

Be able to set a custom title

laravel-maps - Fix google markers not showing up

Published by LarsWiegers almost 3 years ago

Bugfix because the google maps api changed.
Users dont have to do anything for the update.

laravel-maps - Leaflet coordinates fix

Published by LarsWiegers almost 3 years ago

More precise in how we handle the coordinates in leaflet.

laravel-maps - Fix icons in leaflet

Published by LarsWiegers over 3 years ago

Icons were not working in the leaflet component.
This is something I need so I fixed it.

laravel-maps - Style passthrough

Published by LarsWiegers over 3 years ago

The blade components now allow css and class variable pass through.

laravel-maps - Fix leaflet bug

Published by LarsWiegers over 3 years ago

laravel-maps - Basic leaflet.js and google maps

Published by LarsWiegers over 3 years ago

Includes basic blade components for maps using the libraries of leaflet.js and google maps.