FoF Clockwork
fof/clockwork
Debug your Flarum forum with Clockwork
- Downloads
- 2,780
- Version control
- github.com/FriendsOfFlarum/clockwork
FriendsOfFlarum Clockwork
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.
Versions
-
Version 1.0.4.
Likely works with Flarum v1.8.9.
Unlikely to work with Flarum v2.0.0-beta.1.
-
6 additional versions.
-
Extension created.