fof / clockwork
Debug your Flarum forum with Clockwork
Fund package maintenance!
2.0.0-beta.1
2026-03-13 07:46 UTC
Requires
- flarum/core: ^2.0
- itsgoingd/clockwork: 5.1.5
Requires (Dev)
- flarum/phpstan: ^2.0
This package is auto-updated.
Last update: 2026-03-13 07:46:36 UTC
README
A Flarum extension. Debug your Flarum forum with Clockwork.
Installation
Install with composer:
composer require fof/clockwork:"*"
Updating
composer update fof/clockwork
Nginx Config
If you're using the .nginx.conf file included with Flarum, include the following above the location / block:
location ~* /__clockwork/.*\.(css|js|json|png|jpg) {
try_files /index.php?$query_string /index.php?$query_string;
}
Links
An extension by FriendsOfFlarum.