You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
944 B
28 lines
944 B
3 years ago
|
# User Map Location
|
||
|
|
||
|
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/justoverclock/users-map-location.svg)](https://packagist.org/packages/justoverclock/users-map-location) [![Total Downloads](https://img.shields.io/packagist/dt/justoverclock/users-map-location.svg)](https://packagist.org/packages/justoverclock/users-map-location)
|
||
|
|
||
|
A [Flarum](http://flarum.org) extension. Add Location Attribute and a map to users settings
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Install with composer:
|
||
|
|
||
|
```sh
|
||
|
composer require justoverclock/users-map-location:"*"
|
||
|
```
|
||
|
|
||
|
## Updating
|
||
|
|
||
|
```sh
|
||
|
composer update justoverclock/users-map-location:"*"
|
||
|
php flarum migrate
|
||
|
php flarum cache:clear
|
||
|
```
|
||
|
|
||
|
## Links
|
||
|
|
||
|
- [Packagist](https://packagist.org/packages/justoverclock/users-map-location)
|
||
|
- [GitHub](https://github.com/justoverclock/users-map-location)
|
||
|
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)
|