Skip to content

Commit 941165f

Browse files
committed
docs(readme): add LaraDumps setup guide in Chinese documentation
- Add details and steps for setting up LaraDumps tool in README-zh_CN.md - Include configuration instructions with reference to LaraDumpsOutput class - Add an image demonstrating LaraDumps usage - Place the new section under an expandable 'LaraDumps' details block
1 parent 8e484f8 commit 941165f

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

README-zh_CN.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ SOAR_SUDO_PASSWORD='your sudo password' # 设置 sudo 密码,以 sudo 运行 s
7878
1. 安装 [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar)
7979
2. 配置 [soar.outputs.Guanguans\LaravelSoar\Outputs\DebugBarOutput::class](config/soar.php)
8080

81-
![Debug bar](docs/debug-bar.png)
81+
![DebugBar](docs/debug-bar.png)
8282
</details>
8383

8484
<details>
@@ -405,6 +405,15 @@ SOAR_SUDO_PASSWORD='your sudo password' # 设置 sudo 密码,以 sudo 运行 s
405405
```
406406
</details>
407407

408+
<details>
409+
<summary><b>LaraDumps</b></summary>
410+
411+
1. 安装 [laradumps/laradumps](https://github.com/laradumps/laradumps)
412+
2. 配置 [soar.outputs.Guanguans\LaravelSoar\Outputs\LaraDumpsOutput::class](config/soar.php)
413+
414+
![LaraDumps](docs/lara-dumps.png)
415+
</details>
416+
408417
<details>
409418
<summary><b>Log</b></summary>
410419

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ SOAR_SUDO_PASSWORD='your sudo password' # Set a sudo password to run the soar co
7373
</details>
7474

7575
<details>
76-
<summary><b>Debug bar</b></summary>
76+
<summary><b>DebugBar</b></summary>
7777

7878
1. Install [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar)
7979
2. Configure [soar.outputs.Guanguans\LaravelSoar\Outputs\DebugBarOutput::class](config/soar.php)
8080

81-
![Debug bar](docs/debug-bar.png)
81+
![DebugBar](docs/debug-bar.png)
8282
</details>
8383

8484
<details>
@@ -405,6 +405,15 @@ SOAR_SUDO_PASSWORD='your sudo password' # Set a sudo password to run the soar co
405405
```
406406
</details>
407407

408+
<details>
409+
<summary><b>LaraDumps</b></summary>
410+
411+
1. Install [laradumps/laradumps](https://github.com/laradumps/laradumps)
412+
2. Configure [soar.outputs.Guanguans\LaravelSoar\Outputs\LaraDumpsOutput::class](config/soar.php)
413+
414+
![LaraDumps](docs/lara-dumps.png)
415+
</details>
416+
408417
<details>
409418
<summary><b>Log</b></summary>
410419

docs/lara-dumps.png

214 KB
Loading

0 commit comments

Comments
 (0)