Skip to content

Commit 07ad034

Browse files
committed
Update dependencies and docker doc
1 parent cfa3c20 commit 07ad034

File tree

4 files changed

+1306
-1141
lines changed

4 files changed

+1306
-1141
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
</p>
44
<p align="center">
55
<a href="https://laravel.com">
6-
<img src="https://img.shields.io/badge/laravel-6.2-brightgreen.svg" alt="vue">
6+
<img src="https://img.shields.io/badge/laravel-6.9-brightgreen.svg" alt="vue">
77
</a>
88
<a href="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/vuejs/vue">
99
<img src="https://img.shields.io/badge/vue-2.6.10-brightgreen.svg" alt="vue">
1010
</a>
1111
<a href="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/ElemeFE/element">
12-
<img src="https://img.shields.io/badge/element--ui-2.12.0-brightgreen.svg" alt="element-ui">
12+
<img src="https://img.shields.io/badge/element--ui-2.13.0-brightgreen.svg" alt="element-ui">
1313
</a>
1414
<a href="https://github.com/tuandm/laravue/blob/master/LICENSE">
1515
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="license">
@@ -68,7 +68,15 @@ Run database migration and seed within Docker container
6868
# Get laravel docker container ID from containers list
6969
docker ps
7070

71-
docker exec -it <container ID> php artisan migrate --seed
71+
docker exec -it <container ID> php artisan migrate --seed
72+
# Where <container ID> is the "laravel" container name, ex: docker_laravel_1
73+
```
74+
75+
`yarn` commands are also supported:
76+
```sh
77+
docker exec -it <container ID> yarn run watch
78+
# Where <container ID> is the "laravel" container name, ex: docker_laravel_1
79+
...
7280
```
7381

7482
## Running the tests

0 commit comments

Comments
 (0)