A Flarum extension that adds a blog section to your forum — a dedicated blog overview, article pages, and an article composer, built on top of your existing discussions and tags.
Full documentation lives in the docs/ folder:
flarum/tagscomposer require fof/blog:"*"
composer update fof/blog
php flarum cache:clear
This extension was transferred to FriendsOfFlarum and was previously published as v17development/flarum-blog.
For forum admins, migration is a one-line change — swap the package, keep your settings and existing blog articles:
composer remove v17development/flarum-blog
composer require fof/blog
php flarum migrate
php flarum cache:clear
php flarum assets:publish
fof/blog declares replace: { "v17development/flarum-blog": "*" }, so anything that depended on the old package is satisfied by the new one, and the two can never be installed at once.
Third-party extension authors should update any references from the V17Development\FlarumBlog PHP namespace to FoF\Blog, and from the v17development/blog / v17development-flarum-blog frontend modules to fof/blog.
Note: SEO integration now targets
fof/seo(FoF\Seo). If you relied on SEO tags for your blog, ensurefof/seois installed and enabled.
flarum/tags extension — articles are tag-driven discussionsflarum-assets filesystem diskCompatible — but not required — alongside:





This extension was originally created and maintained by V17 Development as v17development/flarum-blog. FriendsOfFlarum is grateful for their work and continues development with their blessing.
Sponsored by Glowing Blue.
This extension is licensed under the MIT License. See the LICENSE.md file for details.