moathdev / laravel-nova-polygon-map-field
Laravel Nova Polygon map field.
Installs: 906
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
Open Issues: 1
Language:Vue
Requires
- php: >=7.1.0
- grimzy/laravel-mysql-spatial: ^4.0
This package is auto-updated.
Last update: 2024-10-25 22:03:58 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.