Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Yandex Map Picker

Readme

Nova Yandex Map Picker

This field allows you to select coordinates from Yandex.Maps for Laravel Nova

Example map

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require jexme/nova-yandex-map-coordionate-picker

Now publish config and localization files:

php artisan vendor:publish --tag=yandex-map-picker-config
php artisan vendor:publish --tag=yandex-map-picker-lang

Add your api key to .env file

YANDEX_MAP_PICKER_API_KEY=#######################

Usage

Add the use declaration to your resource and use the fields:

use Jexme\YandexMapPicker\YandexMapPicker;
// ....

YandexMapPicker::make('Coordinates'),

// also you can set zoom from 1 to 20 (default: 12)
YandexMapPicker::make('Coordinates')->setZoom(12),
Back to Top
Added 3 years ago
Last updated 2 Years Ago
Version v1.0.2
Nova Version ^4.0
Composer
jexme/nova-yandex-map-coordionate-picker
GitHub stars 4
Packagist downloads 1,562

Favorites

1 user favorited

Rating

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

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas