Skip to content

Commit f33594c

Browse files
committed
[readme] Add instructions for laravel
1 parent be80433 commit f33594c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Three additional containers are included that handle Composer, NPM, and Artisan
2424
- `docker-compose run --rm npm run dev`
2525
- `docker-compose run --rm artisan migrate`
2626

27+
### Code on Laravel
28+
29+
- `cd src`
30+
- `composer install`
31+
2732
## Persistent MySQL Storage
2833

2934
By default, whenever you bring down the Docker network, your MySQL data will be removed after the containers are destroyed. If you would like to have persistent data that remains after bringing containers down and back up, do the following:

0 commit comments

Comments
 (0)