How to intall chat extensions for Flarum

Hello, just discovered the super desgined Flarum Forum app and would like to add chat extension but I don’t know how to do.
Sincerely.

I guess the process is similar as for Roundcube plugins… → GitHub - YunoHost-Apps/roundcube_ynh: Roundcube package for YunoHost

Adding extensions

Flarum does not offer to install extensions from its admin panel yet, so you need to use the command line.

Replace flarum with your app ID in case of multiple installations. Replace vendor/extension with the appropriate names. Read the extension documentation if it requires additional steps.

sudo su
app=flarum
cd /var/www/$app
sudo -u $app php7.4 composer.phar require vendor/extension
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.