From 0e6790f27e2d9e4d707dd09e0713385fa2b7f09d Mon Sep 17 00:00:00 2001 From: Ryan Gurnick Date: Thu, 24 Mar 2022 14:06:12 -0400 Subject: [PATCH] adding view publishing to readme (#30) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d2b5c02..bef3b79 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ 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: + +```bash +php artisan vendor:publish --provider="Larswiegers\LaravelMaps\LaravelMapsServiceProvider" +``` + ## Supported map types | What | Basic map | Centerpoint | Basic markers | Zoomlevel | Can use different tiles | Can be used multiple times on the same page | | ------------- |:-------------:|:------------:|:--------------:|:----------:|:------------------------:|:--------------------------------------------|