fof / clockwork
使用Clockwork调试Flarum论坛
1.0.4
2023-11-20 11:10 UTC
Requires
- flarum/core: ^1.0.2
- itsgoingd/clockwork: 5.1.5
Requires (Dev)
This package is auto-updated.
Last update: 2024-08-30 23:33:11 UTC
README
一个Flarum 扩展。使用 Clockwork 调试您的 Flarum 论坛。
安装
使用composer安装
composer require fof/clockwork:"*"
更新
composer update fof/clockwork
Nginx配置
如果您正在使用Flarum附带的.nginx.conf
文件,请将以下内容添加到location /
块之上
location ~* /__clockwork/.*\.(css|js|json|png|jpg) {
try_files /index.php?$query_string /index.php?$query_string;
}
链接
由FriendsOfFlarum 开发的扩展。