hnassr/nova-places

A Laravel Nova field.

Installs: 11 690

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 1

Forks: 2

Open Issues: 1

Language:Vue

v1.0.4 2020-05-07 08:46 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:20:07 UTC


README

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

This package add to laravel nova algolia places field

Screenshots

ScreenShot.png

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.