长城期货
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
xiaodong 9e694e3887 文章列表排序修复根据创建时间排序 1 week ago
..
src 代码提交2026年7月20日16H 2 months ago
.gitignore 代码提交2026年7月20日16H 2 months ago
LICENSE 代码提交2026年7月20日16H 2 months ago
README.md 代码提交2026年7月20日16H 2 months ago
composer.json 代码提交2026年7月20日16H 2 months ago

README.md

think-trace

用于ThinkPHP6+的页面Trace扩展,支持Html页面和浏览器控制台两种方式输出。

安装

composer require topthink/think-trace

配置

安装后config目录下会自带trace.php配置文件。

type参数用于指定trace类型,支持html和console两种方式。