hnassr/nova-places 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hnassr/nova-places

最新稳定版本:v1.0.4

Composer 安装命令:

composer require hnassr/nova-places

包简介

A Laravel Nova field.

README 文档

README

Latest Version on Packagist CircleCI branch Build Status Quality Score Total Downloads

This package add to laravel nova algolia places field

Screenshots

Installation

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

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

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hanassr@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 11.75k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 1
  • Forks: 2
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-02