Skip to content

Commit 8632fc3

Browse files
committed
Fix docs
1 parent 37fdd41 commit 8632fc3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

DOCKER-SAIL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ docker run --rm \
2323
composer install
2424
```
2525

26+
# Sail scaffolding install
27+
28+
```bash
29+
docker run --rm \
30+
-u "$(id -u):$(id -g)" \
31+
-v "$(pwd):/var/www/html" \
32+
-w /var/www/html \
33+
laravelsail/php84-composer:latest \
34+
php artisan sail:install
35+
```
36+
2637
# Start sail
2738

2839
```bash

0 commit comments

Comments
 (0)