Simple emoji manager for Flarum. Modify from flamoji.
composer require nodeloc/flarum-ext-my-emoji
composer update nodeloc/flarum-ext-my-emoji
php flarum migrate
php flarum assets:publish
php flarum cache:clear
I added these features so we can share our custom emoji configurations. Just use the "Export JSON" button from the extension's settings page to export your configuration and "Import JSON" button to import others. However, importing action will only import the configuration, not the image files. You still need to upload those images manually into your server.