spatie/statamic-algolia-places

This package is abandoned and no longer maintained. No replacement package was suggested.

An Algolia Places autocomplete dropdown fieldtype for the Statamic Control Panel

1.1.0 2021-01-29 09:07 UTC

This package is auto-updated.

Last update: 2023-07-21 18:20:13 UTC


README

68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31

Latest Version Statamic 3.0+

Algolia Places

Algolia Places fieldtype for Statamic 3.

Support us

68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f73746174616d69632d616c676f6c69612d706c616365732e6a70673f743d31

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Installation

Require it using Composer.

composer require spatie/statamic-algolia-places

Templating

The location field will contain the following data:

location:
  name: 'Kruikstraat 22'
  administrative: Vlaanderen
  county: Antwerpen
  city: Antwerpen
  country: België
  countryCode: be
  type: address
  latlng:
    lat: 51.2088
    lng: 4.42386
  postcode: '2018'
  postcodes:
    - '2018'
  query: 'Kruikstraat 22'
  value: 'Kruikstraat 22, Antwerpen, Vlaanderen, België'

Configuration

The fieldtype has all the Algolia Places options

Config

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@spatie.be instead of using the issue tracker.

Credits

License

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