GithubHelp home page GithubHelp logo

nova-place-input's Introduction

Place Input for Laravel Nova

This package provides a customisable field with a city/country/place of interest search.

Powered by Nominatim.

Installation

composer require enmaboya/place-input

Basic usage

use Enmaboya\PlaceInput\PlaceInput;

PlaceInput::make('some_place')

Available settings

  1. onlyCities - city search only

use Enmaboya\PlaceInput\PlaceInput;

PlaceInput::make('some_place')->onlyCities()
  1. onlyCountries - country search only

use Enmaboya\PlaceInput\PlaceInput;

PlaceInput::make('some_place')->onlyCountries()
  1. onlyStates - search only by state \ area

use Enmaboya\PlaceInput\PlaceInput;

PlaceInput::make('some_place')->onlyStates()
  1. onlyCounties - search by county only (e.g. Colombia county)

use Enmaboya\PlaceInput\PlaceInput;

PlaceInput::make('some_place')->onlyCounties()
  1. byPostalCode - search by zip code \ postal code

use Enmaboya\PlaceInput\PlaceInput;

PlaceInput::make('some_place')->byPostalCode()
  1. continents - limit the search to selected continents

use Enmaboya\PlaceInput\PlaceInput;

PlaceInput::make('some_place')->continents(['NA', 'SA'])

Available list of continents:

  • AF - Africa
  • AS - Asia
  • EU - Europe
  • NA - North America
  • OC - Oceania
  • SA - South America
  1. countries - limit the search to selected countries

use Enmaboya\PlaceInput\PlaceInput;

PlaceInput::make('some_place')->countries(['RU', 'US', 'CN', 'JP'])
  1. dependOnCountrySelect - If you use the County Select field, the search will be restricted to the country selected in County Select.

use Enmaboya\CountrySelect\CountrySelect;
use Enmaboya\PlaceInput\PlaceInput;

CountrySelect::make('Country', 'county_code');

PlaceInput::make('some_place')->dependOnCountrySelect('county_code'),

License

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

nova-place-input's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.