Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfFlarum/clockwork
🔧Adds Clockwork integration to your Flarum forum for easier debugging
https://github.com/FriendsOfFlarum/clockwork
flarum friendsofflarum
Last synced: about 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T08:56:58.000Z (3 months ago)
- Last Synced: 2024-10-29T22:37:23.913Z (about 2 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
Awesome Lists containing this project
- awesome-flarum - FoF Clockwork - Clockwork integration. (Extensions / Others ([:top:](#table-of-contents)))
README
# FriendsOfFlarum Clockwork
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/clockwork.svg)](https://packagist.org/packages/fof/clockwork) [![OpenCollective](https://img.shields.io/badge/opencollective-fof-blue.svg)](https://opencollective.com/fof/donate) [![Donate](https://img.shields.io/badge/donate-datitisev-important.svg)](https://datitisev.me/donate)
A [Flarum](http://flarum.org) extension. Debug your Flarum forum with [Clockwork](https://underground.works/clockwork/).
[![screenshot](https://i.imgur.com/m55k8Rd.png)](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
[![OpenCollective](https://img.shields.io/badge/donate-friendsofflarum-44AEE5?style=for-the-badge&logo=open-collective)](https://opencollective.com/fof/donate) [![GitHub](https://img.shields.io/badge/donate-datitisev-ea4aaa?style=for-the-badge&logo=github)](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).