pilotcz/lazy-tracy
最新稳定版本:1.0.2
Composer 安装命令:
composer require pilotcz/lazy-tracy
包简介
Lazy loaded tracy toolbar
README 文档
README
Lazy loaded Tracy panel content via ajax request.
Installation
The recommended way to is via Composer:
composer require pilotcz/lazy-tracy
Usage
use PilotCz\LazyTracy\Panel; class CustomTracyPanel extends Panel { /** * Tracy constructor. * @param LinkGenerator $linkGenerator * @throws InvalidLinkException */ public function __construct(LinkGenerator $linkGenerator) { $url = $linkGenerator->link('System:gitPanel'); $this->setUid(self::class); $this->setUrl($url); $this->setTabText('Tab Text Here'); $this->setTabIcon('<svg>....</svg>'); } }
统计信息
- 总下载量: 1.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-04