An open API service indexing awesome lists of open source software.

https://github.com/datlechin/flarum-usercard-uid


https://github.com/datlechin/flarum-usercard-uid

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# UserCard UID

![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/datlechin/flarum-usercard-uid.svg)](https://packagist.org/packages/datlechin/flarum-usercard-uid) [![Total Downloads](https://img.shields.io/packagist/dt/datlechin/flarum-usercard-uid.svg)](https://packagist.org/packages/datlechin/flarum-usercard-uid)

A [Flarum](http://flarum.org) extension. Show the user id on the usercard.

![](https://github.com/datlechin/static/blob/main/datlechin-flarum-usercard-uid.png?raw=true)

## Installation

Install with composer:

```sh
composer require datlechin/flarum-usercard-uid:"*"
```

## Updating

```sh
composer update datlechin/flarum-usercard-uid:"*"
php flarum cache:clear
```

## Links

- [Packagist](https://packagist.org/packages/datlechin/flarum-usercard-uid)
- [GitHub](https://github.com/datlechin/flarum-usercard-uid)
- [Discuss](https://discuss.flarum.org/d/29781)