Laravel Maps package allows you to easily use leaflet.js or google maps to create a map in your laravel project. You can install the package via composer: composer require larswiegers/laravel-maps If you want to customize the map views more then you can publish the views: php artisan vendor:publish --provider="Larswiegers\LaravelMaps\LaravelMapsServiceProvider"
No configuration has to be set to use as it is the default file host for this library.
Do note that if you want to use multiple maps on the same page that you need to specify an id per map.