Skip to content

Commit c969979

Browse files
committed
add sail:add docs
1 parent 339f4bf commit c969979

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sail.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ Finally, you may start Sail. To continue learning how to use Sail, please contin
6262
./vendor/bin/sail up
6363
```
6464

65+
<a name="adding-additional-services"></a>
66+
#### Adding Additional Services
67+
68+
If you would like to add an additional service to your existing Sail installation, you may run the `sail:add` Artisan command:
69+
70+
```shell
71+
php artisan sail:add
72+
```
73+
6574
<a name="using-devcontainers"></a>
6675
#### Using Devcontainers
6776

0 commit comments

Comments
 (0)