Skip to content

Commit

Permalink
Update README and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 committed May 9, 2024
1 parent 7c0eb7d commit 26efe20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ docker-test:
-u $(shell id -u):$(shell id -g) \
-v $(shell pwd):/var/www/html \
-w /var/www/html \
laravelsail/php82-composer:latest \
laravelsail/php83-composer:latest \
composer install --ignore-platform-reqs
@vendor/bin/sail up

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker run --rm \
-u "$(id -u):$(id -g)" \
-v "$(pwd):/var/www/html" \
-w /var/www/html \
laravelsail/php82-composer:latest \
laravelsail/php83-composer:latest \
composer install --ignore-platform-reqs

# Then you can start sail
Expand Down Expand Up @@ -75,6 +75,8 @@ sail composer install
sail npm run dev
```

To interact with databases (MariaDB, Redis...), please refer to the Laravel Sail documentation

### Building JS/CSS assets

Yarn is required, run:
Expand Down

0 comments on commit 26efe20

Please sign in to comment.