Skip to content

Commit

Permalink
adding view publishing to readme (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangurn authored Mar 24, 2022
1 parent fd9c653 commit 0e6790f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ------------- |:-------------:|:------------:|:--------------:|:----------:|:------------------------:|:--------------------------------------------|
Expand Down

0 comments on commit 0e6790f

Please sign in to comment.