Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.63 KB

Addressable

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

Adds address fields to a DataObject and also has support for automatic geocoding of the provided address.

CMS screenshot

Composer Install

composer require symbiote/silverstripe-addressable:^4

Requirements

  • SilverStripe 4.12+ || 5+

Documentation

Credits

  • Mark Taylor for adding the ability to easily embed a map with AddressMap
  • Nic for writing tests for this module
  • AJ Short for initially writing this module