The new minimalistic design will make communication more pleasant.
Send media content to people to make communication brighter!
You can create your own conversations and channels, add or remove users, change their rights, and customize the appearance of the chat.
Stay up to date with the chat discussion and find out about mentions of you via push notifications.
A Flarum extension. Adds native realtime chat to your Flarum.
Requires Pusher or kyrne/websocket
Install extension via composer:
composer require xelson/flarum-ext-chat
For development builds:
composer require xelson/flarum-ext-chat:dev-master
Make sure that any socket extension is enabled
Via composer:
composer update xelson/flarum-ext-chat
php flarum migrate
php flarum cache:clear
For development builds:
composer require xelson/flarum-ext-chat:dev-master
php flarum migrate
php flarum cache:clear