Skip to content

Commit

Permalink
Update dependencies and docker doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Jan 7, 2020
1 parent cfa3c20 commit 07ad034
Show file tree
Hide file tree
Showing 4 changed files with 1,306 additions and 1,141 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
</p>
<p align="center">
<a href="https://laravel.com">
<img src="https://img.shields.io/badge/laravel-6.2-brightgreen.svg" alt="vue">
<img src="https://img.shields.io/badge/laravel-6.9-brightgreen.svg" alt="vue">
</a>
<a href="https://github.com/vuejs/vue">
<img src="https://img.shields.io/badge/vue-2.6.10-brightgreen.svg" alt="vue">
</a>
<a href="https://github.com/ElemeFE/element">
<img src="https://img.shields.io/badge/element--ui-2.12.0-brightgreen.svg" alt="element-ui">
<img src="https://img.shields.io/badge/element--ui-2.13.0-brightgreen.svg" alt="element-ui">
</a>
<a href="https://github.com/tuandm/laravue/blob/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="license">
Expand Down Expand Up @@ -68,7 +68,15 @@ Run database migration and seed within Docker container
# Get laravel docker container ID from containers list
docker ps

docker exec -it <container ID> php artisan migrate --seed
docker exec -it <container ID> php artisan migrate --seed
# Where <container ID> is the "laravel" container name, ex: docker_laravel_1
```

`yarn` commands are also supported:
```sh
docker exec -it <container ID> yarn run watch
# Where <container ID> is the "laravel" container name, ex: docker_laravel_1
...
```

## Running the tests
Expand Down
Loading

0 comments on commit 07ad034

Please sign in to comment.