Skip to content

Commit 41f8449

Browse files
committed
readme
1 parent a5abc1d commit 41f8449

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# think-trace
22
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=7.1.0",
13-
"topthink/framework": "^6.0.0",
13+
"topthink/framework": "^6.0.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)