https://github.com/datlechin/flarum-pronouns
https://github.com/datlechin/flarum-pronouns
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datlechin/flarum-pronouns
- Owner: datlechin
- License: mit
- Created: 2021-12-26T16:28:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T08:54:38.000Z (10 months ago)
- Last Synced: 2024-09-19T09:42:25.570Z (9 months ago)
- Language: JavaScript
- Size: 584 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Personal Pronouns
 [](https://packagist.org/packages/datlechin/flarum-pronouns) [](https://packagist.org/packages/datlechin/flarum-pronouns)
A [Flarum](http://flarum.org) extension, based `shriker/flarum-pronouns`. Add pronouns to user profiles and user cards.

## Installation
Install with composer:
```sh
composer require datlechin/flarum-pronouns:"*"
```## Updating
```sh
composer update datlechin/flarum-pronouns:"*"
php flarum migrate
php flarum cache:clear
```## Links
- [Packagist](https://packagist.org/packages/datlechin/flarum-pronouns)
- [GitHub](https://github.com/datlechin/flarum-pronouns)
- [Discuss](https://discuss.flarum.org/d/29740)