Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Map Field

This package is possibly abandoned. Please proceed with care.

Readme

nova-map

Laravel Nova Map Field

Thanks for the initial work https://github.com/pavinthan

How to install

  1. Download package using composer:

    composer require pavinthan/nova-map
    
  2. Publish the configuration:

    php artisan vendor:publish --tag=config --provider=nova-map
    
  3. Insert the map into your form:

<?php

.....
use Pavinthan\NovaMap\Map;

......

    public function fields(Request $request)
    {

        ......
        Map::make('location'),

        ....
    }

Back to Top
Added 7 years ago

This package is listed on the Packagist API, but has no stable tags.

Please note that the Packagist cache is pretty long, so some times you just need to check back in an hour.

Favorites

1 user favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas