https://github.com/FriendsOfFlarum/clockwork
🔧Adds Clockwork integration to your Flarum forum for easier debugging
https://github.com/FriendsOfFlarum/clockwork
flarum friendsofflarum
Last synced: 21 days ago
JSON representation
🔧Adds Clockwork integration to your Flarum forum for easier debugging
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/clockwork
- Owner: FriendsOfFlarum
- License: mit
- Created: 2019-01-05T14:25:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T08:56:58.000Z (7 months ago)
- Last Synced: 2024-10-29T22:37:23.913Z (6 months ago)
- Topics: flarum, friendsofflarum
- Language: PHP
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-flarum - FoF Clockwork - Clockwork integration. (Extensions / Others ([:top:](#table-of-contents)))
README
# FriendsOfFlarum Clockwork
 [](https://packagist.org/packages/fof/clockwork) [](https://opencollective.com/fof/donate) [](https://datitisev.me/donate)
A [Flarum](http://flarum.org) extension. Debug your Flarum forum with [Clockwork](https://underground.works/clockwork/).
[](https://imgur.com/a/JCD6Wk4)
### Installation
Install with composer:
```sh
composer require fof/clockwork:"*"
```### Updating
```sh
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
[](https://opencollective.com/fof/donate) [](https://datitisev.me/donate/github)
- [Packagist](https://packagist.org/packages/fof/clockwork)
- [GitHub](https://github.com/FriendsOfFlarum/clockwork)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).