cosyphp / think-trace
thinkphp debug trace
v1.2
2026-01-06 05:12 UTC
Requires
- php: >=7.1.0
- cosyphp/thinkphp: ^6.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-02 06:47:59 UTC
README
用于ThinkPHP6+的页面Trace扩展,支持Html页面和浏览器控制台两种方式输出。
安装
composer require topthink/think-trace
配置
安装后config目录下会自带trace.php配置文件。
type参数用于指定trace类型,支持html和console两种方式。