Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Oct 1, 2019
1 parent a5abc1d commit 41f8449
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# think-trace
debug trace bar for thinkphp6

## 安装

~~~
composer require topthink/think-trace
~~~

## 配置

安装后config目录下会自带trace.php配置文件。
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0",
"topthink/framework": "^6.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 41f8449

Please sign in to comment.