Adding extensions
Flarum does not offer to install extensions from its admin panel yet, so you need to use the command line.
Replace
flarumwith your app ID in case of multiple installations. Replacevendor/extensionwith 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