We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5abc1d commit 41f8449Copy full SHA for 41f8449
README.md
@@ -1,2 +1,12 @@
1
# think-trace
2
debug trace bar for thinkphp6
3
+
4
+## 安装
5
6
+~~~
7
+composer require topthink/think-trace
8
9
10
+## 配置
11
12
+安装后config目录下会自带trace.php配置文件。
composer.json
@@ -10,7 +10,7 @@
],
"require": {
"php": ">=7.1.0",
13
- "topthink/framework": "^6.0.0",
+ "topthink/framework": "^6.0.0"
14
},
15
"autoload": {
16
"psr-4": {
0 commit comments