fof/clockwork

Debug your Flarum forum with Clockwork

Fund package maintenance!
Open Collective

Installs: 1 511

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 4

Open Issues: 1

Type:flarum-extension

1.0.4 2023-11-20 11:10 UTC

This package is auto-updated.

Last update: 2024-04-20 12:01:51 UTC


README

License Latest Stable Version OpenCollective Donate

A Flarum extension. Debug your Flarum forum with Clockwork.

screenshot

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

OpenCollective GitHub

An extension by FriendsOfFlarum.