Birthdays

A Flarum extension. Adds birthdays to user.

Installation
Install with composer:
composer require datlechin/flarum-birthdays:"*"
Updating
composer update datlechin/flarum-birthdays:"*"
php flarum cache:clear
Goal
- [x] Show birthdays on user card.
- [x] User can set their own birthdays.
- [ ] Add a widget to show birthdays on the forum homepage.
- [ ] Add birthday field to
EditUserModal modal.
- [ ] Add for the users birthday during registration.
- [ ] Add ability to who can see and edit the birthdays.
Links