Skip to content

Commit 2e420ca

Browse files
committed
Update docs
1 parent 3b941f1 commit 2e420ca

File tree

3 files changed

+52
-40
lines changed

3 files changed

+52
-40
lines changed

README-EN.md

Lines changed: 26 additions & 20 deletions
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-
* [Debug bar](https://github.com/barryvdh/laravel-debugbar)[Soar bar](https://github.com/maximebf/php-debugbar)JSON、[Clockwork](https://github.com/itsgoingd/clockwork)、Console、Dump、Log、自定义输出器(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)
2121
* Support query builder to generate SQL optimization suggestions
2222

2323
## Related Links
@@ -38,7 +38,7 @@
3838
## Installation
3939

4040
```shell
41-
$ composer require guanguans/laravel-soar --dev -vvv
41+
$ composer require guanguans/laravel-soar --dev -v
4242
```
4343

4444
## Configuration
@@ -131,6 +131,30 @@ SQL
131131

132132
### Automatically monitor output SQL optimization recommendations
133133

134+
<details>
135+
<summary><b>Soar bar</b></summary>
136+
137+
![Soar bar](docs/soar-bar.png)
138+
</details>
139+
140+
<details>
141+
<summary><b>Debug bar</b></summary>
142+
143+
![Debug bar](docs/debug-bar.png)
144+
</details>
145+
146+
<details>
147+
<summary><b>Clockwork</b></summary>
148+
149+
![Clockwork](docs/clockwork.png)
150+
</details>
151+
152+
<details>
153+
<summary><b>Ray</b></summary>
154+
155+
![Ray](docs/ray.png)
156+
</details>
157+
134158
<details>
135159
<summary><b>Json response</b></summary>
136160

@@ -445,24 +469,6 @@ SQL
445469
```
446470
</details>
447471

448-
<details>
449-
<summary><b>Soar bar</b></summary>
450-
451-
![Soar bar](docs/soar-bar.png)
452-
</details>
453-
454-
<details>
455-
<summary><b>Debug bar</b></summary>
456-
457-
![Debug bar](docs/debug-bar.png)
458-
</details>
459-
460-
<details>
461-
<summary><b>Clockwork</b></summary>
462-
463-
![Clockwork](docs/clockwork.png)
464-
</details>
465-
466472
<details>
467473
<summary><b>Console</b></summary>
468474

README.md

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

2424
## 相关项目
@@ -39,7 +39,7 @@
3939
## 安装
4040

4141
```shell
42-
$ composer require guanguans/laravel-soar --dev -vvv
42+
$ composer require guanguans/laravel-soar --dev -v
4343
```
4444

4545
## 配置
@@ -132,6 +132,30 @@ SQL
132132

133133
### 自动监控输出 SQL 优化建议
134134

135+
<details>
136+
<summary><b>Soar bar</b></summary>
137+
138+
![Soar bar](docs/soar-bar.png)
139+
</details>
140+
141+
<details>
142+
<summary><b>Debug bar</b></summary>
143+
144+
![Debug bar](docs/debug-bar.png)
145+
</details>
146+
147+
<details>
148+
<summary><b>Clockwork</b></summary>
149+
150+
![Clockwork](docs/clockwork.png)
151+
</details>
152+
153+
<details>
154+
<summary><b>Ray</b></summary>
155+
156+
![Ray](docs/ray.png)
157+
</details>
158+
135159
<details>
136160
<summary><b>Json 响应</b></summary>
137161

@@ -446,24 +470,6 @@ SQL
446470
```
447471
</details>
448472

449-
<details>
450-
<summary><b>Soar bar</b></summary>
451-
452-
![Soar bar](docs/soar-bar.png)
453-
</details>
454-
455-
<details>
456-
<summary><b>Debug bar</b></summary>
457-
458-
![Debug bar](docs/debug-bar.png)
459-
</details>
460-
461-
<details>
462-
<summary><b>Clockwork</b></summary>
463-
464-
![Clockwork](docs/clockwork.png)
465-
</details>
466-
467473
<details>
468474
<summary><b>Console</b></summary>
469475

docs/ray.png

244 KB
Loading

0 commit comments

Comments
 (0)