A Flarum extension. Debug your Flarum forum with Clockwork.
Install with composer:
composer require fof/clockwork:"*"
composer update fof/clockwork
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;
}
An extension by FriendsOfFlarum.