hnassr / nova-places
Laravel Nova 字段。
v1.0.4
2020-05-07 08:46 UTC
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2024-09-29 06:07:14 UTC
README
此包为 Laravel Nova 添加了 algolia places 字段。
截图
安装
您可以通过 composer 在使用 Nova 的 Laravel 应用中安装此包。
composer require hnassr/nova-places
['country', 'county', 'administrative', 'city', 'full', 'countryCode', 'latlng', 'postcode'] // Available Fileds
Places::make('Place', 'place') ->locale('de') // default locale is en ->countries(['us', 'uk']) // Search in specific countries ->indexField('city') // what to show in resource index page ->showFields(['country', 'county', 'administrative', 'city', 'full']), // what to show in resource preview page
贡献
请参阅 CONTRIBUTING 以获取详细信息。
安全性
如果您发现任何安全问题,请通过电子邮件 hanassr@gmail.com 反馈,而不是使用问题跟踪器。
鸣谢
许可协议
MIT 许可协议 (MIT)。有关更多信息,请参阅 许可文件。
