File tree Expand file tree Collapse file tree 4 files changed +1306
-1141
lines changed Expand file tree Collapse file tree 4 files changed +1306
-1141
lines changed Original file line number Diff line number Diff line change 3
3
</p >
4
4
<p align =" center " >
5
5
<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">
7
7
</a >
8
8
<a href =" https://github.com/vuejs/vue " >
9
9
<img src="https://img.shields.io/badge/vue-2.6.10-brightgreen.svg" alt="vue">
10
10
</a >
11
11
<a href =" https://github.com/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">
13
13
</a >
14
14
<a href =" https://github.com/tuandm/laravue/blob/master/LICENSE " >
15
15
<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
68
68
# Get laravel docker container ID from containers list
69
69
docker ps
70
70
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
+ ...
72
80
```
73
81
74
82
## Running the tests
You can’t perform that action at this time.
0 commit comments