bendary / flarum-admin-audit
Modern audit logging system with a Mithril-based admin dashboard UI.
Package info
github.com/Amr-Bendary/Admin-Audit
Language:JavaScript
Type:flarum-extension
pkg:composer/bendary/flarum-admin-audit
v1.0.8
2026-04-09 20:22 UTC
Requires
- flarum/core: ^1.8.0
README
A Flarum extension that provides a modern, professional audit logging system with a native Mithril-based admin dashboard UI. Keep track of what happens in your admin panel effortlessly.
🚀 Features
- Modern Dashboard: A slick, Mithril-based admin interface to visualize your forum's administrative actions.
- Deep Logging: Records extension changes, settings updates, and other critical admin events.
- Detailed Insights: View before/after JSON data diffs in a slide-out drawer for every logged event (when applicable).
- Advanced Filtering: Search and filter by category, admin user, or date ranges.
- Secure: Only accessible to admins via standard Flarum permissions. Backend endpoints are securely locked down.
- Bilingual: Fully localized natively for both English (LTR) and Arabic (RTL).
📦 Installation
Install with composer:
composer require bendary/flarum-admin-audit
🔄 Updating
composer update bendary/flarum-admin-audit php flarum migrate php flarum cache:clear
🗑️ Remove
composer remove bendary/flarum-admin-audit