取消https验证,并添加vendor文件夹。

This commit is contained in:
2025-04-18 12:58:39 +08:00
parent 552909d82b
commit 2d3f7d8511
727 changed files with 132015 additions and 19 deletions

15
vendor/topthink/think-trace/README.md vendored Normal file
View File

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