silvanite/nova-field-place
最新稳定版本:v1.0.0
Composer 安装命令:
composer require silvanite/nova-field-place
包简介
An exhanced replacement Place field type to include additional latitude and longitude
README 文档
README
NOTICE: As of Nova 1.2.0 this functionality is now included in Nova by default and there is no need to install this package if you are using an up-to-date version of Nova.
An extended variant of the standard Nova Place Field to offer access to latitude and longitude coordinates
Installation
Install the tool through composer
composer require silvanite/nova-field-place
Usage
Please refer to the Nova documentation. This package simply adds the latitude and longitude options.
Use the Silvanite\NovaFieldPlace\PlaceExtended field instead of the standard Laravel\Nova\Fields\Place.
PlaceExtended::make('Address', 'address_line_1') ->secondAddressLine('address_2') ->city('city_name') ->state('state_code') ->postalCode('zip_code') ->latitude('latitude') ->longitude('longitude') ->country('country_code')
Support
If you require any support please contact me on Twitter or open an issue on this repository.
统计信息
- 总下载量: 97.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-13