Go to file
Kevo 97780de719
Unpluralize extra.flarum-extension.category
All other extensions use singular, which seems to be the correct way to do it
2022-08-12 12:30:41 +02:00
assets fix for preloading maps tiles 2022-06-16 09:52:19 +02:00
js push fixes 2022-06-16 16:18:56 +02:00
less some fixes to the code 2022-06-15 15:30:57 +02:00
locale Revert "Revert "Revert "improved UI and changed how locations are stored in database""" 2022-02-24 23:21:24 +01:00
migrations Revert "Revert "Revert "improved UI and changed how locations are stored in database""" 2022-02-24 23:21:24 +01:00
src/Listeners Revert "Revert "Revert "improved UI and changed how locations are stored in database""" 2022-02-24 23:21:24 +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
composer.json Unpluralize extra.flarum-extension.category 2022-08-12 12:30:41 +02: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