moathdev/laravel-nova-polygon-map-field

Laravel Nova Polygon map field.

dev-master 2021-03-25 14:12 UTC

This package is auto-updated.

Last update: 2024-03-25 20:47:40 UTC


README

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.