Go to file
2022-06-16 09:52:19 +02:00
assets fix for preloading maps tiles 2022-06-16 09:52:19 +02:00
js fix for preloading maps tiles 2022-06-16 09:52:19 +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 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