fof/clockwork
最新稳定版本:1.0.5
Composer 安装命令:
composer require fof/clockwork
包简介
Debug your Flarum forum with Clockwork
关键字:
README 文档
README
A Flarum extension. Debug your Flarum forum with Clockwork.
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
An extension by FriendsOfFlarum.
统计信息
- 总下载量: 4.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-07