Skip to content

Commit 0179e13

Browse files
committed
Update docs
1 parent e5a8094 commit 0179e13

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

README-EN.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Supports rich interpretation of EXPLAIN information
1818
* Automatically monitor output SQL optimization recommendations
1919
* Debug bar、Soar bar、JSON、Clockwork、Console、Dump、Log、Custom output(Multiple scene output)
20-
* [Soar bar](https://github.com/maximebf/php-debugbar)[Debug bar](https://github.com/barryvdh/laravel-debugbar)[Clockwork](https://github.com/itsgoingd/clockwork)[Ray](https://github.com/spatie/ray)、JSON、Console、Dump、Log、Custom output(Multiple scene output)
20+
* [Soar bar](https://github.com/maximebf/php-debugbar)[Debug bar](https://github.com/barryvdh/laravel-debugbar)[Clockwork](https://github.com/itsgoingd/clockwork)[Ray](https://github.com/spatie/ray)、JSON、Console、Dump、Log、Error log、Syslog、Custom output(Multiple scene output)
2121
* Support query builder to generate SQL optimization suggestions
2222

2323
## Related Links
@@ -487,6 +487,16 @@ SQL
487487
![Log](docs/log.png)
488488
</details>
489489

490+
<details>
491+
<summary><b>Error log</b></summary>
492+
493+
</details>
494+
495+
<details>
496+
<summary><b>Syslog</b></summary>
497+
498+
</details>
499+
490500
<details>
491501
<summary><b>Custom output</b></summary>
492502

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* 支持启发式算法语句优化建议、索引优化建议
1919
* 支持 EXPLAIN 信息丰富解读
2020
* 自动监控输出 SQL 优化建议
21-
* [Soar bar](https://github.com/maximebf/php-debugbar)[Debug bar](https://github.com/barryvdh/laravel-debugbar)[Clockwork](https://github.com/itsgoingd/clockwork)[Ray](https://github.com/spatie/ray)、JSON、Console、Dump、Log、自定义输出器(多种场景输出)
21+
* [Soar bar](https://github.com/maximebf/php-debugbar)[Debug bar](https://github.com/barryvdh/laravel-debugbar)[Clockwork](https://github.com/itsgoingd/clockwork)[Ray](https://github.com/spatie/ray)、JSON、Console、Dump、Log、Error log、Syslog、自定义输出器(多种场景输出)
2222
* 支持查询构建器生成 SQL 优化建议
2323

2424
## 相关项目
@@ -488,6 +488,16 @@ SQL
488488
![Log](docs/log.png)
489489
</details>
490490

491+
<details>
492+
<summary><b>Error log</b></summary>
493+
494+
</details>
495+
496+
<details>
497+
<summary><b>Syslog</b></summary>
498+
499+
</details>
500+
491501
<details>
492502
<summary><b>自定义输出器</b></summary>
493503

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"debugbar",
2323
"dump",
2424
"log",
25+
"errorlog",
26+
"syslog",
2527
"ray"
2628
],
2729
"authors": [

0 commit comments

Comments
 (0)