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.

35 lines
1.2 KiB

2 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
2 years ago
![1](https://user-images.githubusercontent.com/79002016/152646681-bc487822-7185-47da-bce0-5c40e7191679.png)
![2](https://user-images.githubusercontent.com/79002016/152646683-91ff0657-1798-4c21-8018-e5cdbf88db29.png)
![card](https://user-images.githubusercontent.com/79002016/152646684-23f5c4b4-328e-48b1-953a-7cf789154ed6.png)
2 years ago
## 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)
2 years ago
- [GitHub](https://github.com/justoverclockl/users-map-location)