Go to file
2022-03-02 22:23:07 +01:00
assets first release 2022-02-05 15:45:41 +01:00
js exported AddLocationAttribute so that it can be used in other extensions 2022-02-23 23:51:24 +01:00
less first version of the new UI to edit location 2022-02-17 18:56:39 +01:00
locale fr translation improvement 2022-03-02 22:23:07 +01:00
migrations refactored how location is stored in database (geocoded before saving) 2022-02-16 02:18:21 +01:00
src/Listeners first version of the new UI to edit location 2022-02-17 18:56:39 +01:00
.editorconfig first release 2022-02-05 15:45:41 +01:00
.gitattributes first release 2022-02-05 15:45:41 +01:00
.gitignore first release 2022-02-05 15:45:41 +01:00
.project fr translation improvement 2022-03-02 22:23:07 +01:00
composer.json first release 2022-02-05 15:45:41 +01:00
extend.php first release 2022-02-05 15:45:41 +01:00
LICENSE.md first release 2022-02-05 15:45:41 +01:00
README.md Update README.md 2022-02-05 15:49:31 +01:00

User Map Location

License Latest Stable Version Total Downloads

A Flarum extension. Add Location Attribute and a map to users settings

1

2

card

Installation

Install with composer:

composer require justoverclock/users-map-location:"*"

Updating

composer update justoverclock/users-map-location:"*"
php flarum migrate
php flarum cache:clear