Skip to content

Commit 37fdd41

Browse files
committed
Fix docs
1 parent 136f03f commit 37fdd41

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

DOCKER-SAIL.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ 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-
3726
# Start sail
3827

3928
```bash

0 commit comments

Comments
 (0)