test_lgq/niucloud/vendor/topthink/think-trace/README.md
2024-01-24 17:36:08 +08:00

15 lines
313 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# think-trace
用于ThinkPHP6+的页面Trace扩展支持Html页面和浏览器控制台两种方式输出。
## 安装
~~~
composer require topthink/think-trace
~~~
## 配置
安装后config目录下会自带trace.php配置文件。
type参数用于指定trace类型支持html和console两种方式。