dashzeveg / flarum-custom-head
Add custom HTML, scripts, and meta tags to the head section of your forum pages from the admin panel.
Package info
github.com/dashzeveg/flarum-custom-head
Type:flarum-extension
pkg:composer/dashzeveg/flarum-custom-head
v1.0
2026-04-07 15:34 UTC
Requires
- flarum/core: ^2.0
Requires (Dev)
- flarum/testing: ^2.0
README
A Flarum extension. Add custom HTML, scripts, and meta tags to the head section of your forum pages from the admin panel.
Installation
Install with composer:
composer require dashzeveg/flarum-custom-head:"*"
php flarum cache:clear
Updating
composer update dashzeveg/flarum-custom-head:"*"
php flarum migrate
php flarum cache:clear