LaravelPackages.net
Acme Inc.
Toggle sidebar
pavinthan/nova-map

A Laravel Nova field.

2.333
2
About pavinthan/nova-map

pavinthan/nova-map is a Laravel package for a laravel nova field.. It currently has 2 GitHub stars and 2.333 downloads on Packagist. Install it with composer require pavinthan/nova-map. Discover more Laravel packages by pavinthan or browse all Laravel packages to compare alternatives.

Last updated

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'),

        ....
    }

Star History Chart