Skip to content

moathdev/laravel-nova-polygon-map-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Nova Polygon Map Field

Installation

Use composer to install the package.

composer require moathdev/laravel-nova-Polygon-map-field

Usage

use Moathdev\PolygonMap\Polygon;
use Moathdev\PolygonMap\Point;

Polygon::make('map'),
// or
Point::make('map'),


// env file 
GOOGLE_MAPS_KEY=

License

The MIT License (MIT). Please see License File for more information.