File tree 2 files changed +44
-2
lines changed 2 files changed +44
-2
lines changed Original file line number Diff line number Diff line change 1
- ![ ] ( docs/soar-bar.gif )
1
+ | ![ ] ( docs/soar-bar.gif ) | ![ ] ( docs/commands.gif ) |
2
+ | ------------------------| ------------------------|
2
3
3
4
# laravel-soar
4
5
@@ -540,6 +541,26 @@ return [
540
541
```
541
542
</details >
542
543
544
+ ### Artisan 命令
545
+
546
+ <details >
547
+ <summary ><b >details</b ></summary >
548
+
549
+ ``` shell
550
+ ╰─ php artisan ─╯
551
+ ...
552
+ Available commands:
553
+ ...
554
+ soar
555
+ soar:clear Clear the Soar log file
556
+ soar:run Run Soar with the given options
557
+ soar:score Get the Soar scores of the given SQL statements
558
+ ...
559
+ ```
560
+
561
+ ![ commands] ( docs/commands.gif )
562
+ </details >
563
+
543
564
### Soar 实例及方法
544
565
545
566
<details >
Original file line number Diff line number Diff line change 1
- ![ ] ( docs/soar-bar.gif )
1
+ | ![ ] ( docs/soar-bar.gif ) | ![ ] ( docs/commands.gif ) |
2
+ | ------------------------| ------------------------|
2
3
3
4
# laravel-soar
4
5
@@ -541,6 +542,26 @@ return [
541
542
```
542
543
</details >
543
544
545
+ ### Artisan command
546
+
547
+ <details >
548
+ <summary ><b >details</b ></summary >
549
+
550
+ ``` shell
551
+ ╰─ php artisan ─╯
552
+ ...
553
+ Available commands:
554
+ ...
555
+ soar
556
+ soar:clear Clear the Soar log file
557
+ soar:run Run Soar with the given options
558
+ soar:score Get the Soar scores of the given SQL statements
559
+ ...
560
+ ```
561
+
562
+ ![ commands] ( docs/commands.gif )
563
+ </details >
564
+
544
565
### Soar instance and methods
545
566
546
567
<details >
You can’t perform that action at this time.
0 commit comments