matpompili / flarum-favicon
Choose the favicon for your flarum forum!
Installs: 1 415
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 3
Open Issues: 1
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^0.1.0-beta.3
This package is not auto-updated.
Last update: 2024-10-26 19:32:20 UTC
README
flarum-favicon is a Flarum extension to add a favicon set to you forum.
Flarum is a free, open-source forum software built with PHP and Mithril.js.
Features
With flarum-favicon you can add a favicon pack, generated with RealFaviconGenerator.net, to your flarum forum.
It supports:
- The usual small favicon you see on the top of the browser tab, but also
- the Android, iOS and Windows Phone bookmarks, as well as
- Mac and Windows desktop bookmarks.
Install
The only way to get flarum-favicon is with composer: in your flarum folder run
composer require matpompili/flarum-favicon
Then enable it you administration panel. Done!
Configuration
You need to get a favicon pack with RealFaviconGenerator.net, which is free and highly customizable. After you chose all the icons, compression, interpolation and so on, you will be able to download the favicon pack as a zip file.
Now you will need to extract that zip file to a folder inside you flarum home, e.g myFavicons
.
Finally, in the admin panel, open flarum-favicon settings. You will need to put the name of the folder that's inside your flarum home folder. With reference to the previous example, it would be myFavicons
.
And that's it!