Maps for Laravel

Seamlessly integrate beautiful, interactive maps into your Laravel projects with an elegant developer experience.

terminal
composer require kwasii/livewire-mapcn

Map Components

Point Marker

Single location display

12
5

Clustering

Group overlapping markers

Route Paths

Draw lines between points

Technical FAQ

Is this compatible with Livewire v3?

Yes, the package is built ground up for Livewire v3, utilizing the newest features like #[Reactive] and Javascript objects integration.

Which map providers are supported?

We support Leaflet via OpenStreetMap out of the box. Mapbox and Google Maps adapters are available as drop-in configuration options.

Do I need to compile custom assets?

No. The assets are injected automatically when you add the component. However, you can publish them via php artisan vendor:publish if you wish to host them yourself.