Skip to content

Commit

Permalink
docker implement
Browse files Browse the repository at this point in the history
  • Loading branch information
AnowarCST committed Apr 9, 2020
1 parent 230dbbd commit 98ece75
Show file tree
Hide file tree
Showing 7 changed files with 1,009 additions and 416 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ A very simple Laravel 6 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
- `npm run dev`
- `php artisan serve`

## Install with Docker

- `git clone https://github.com/AnowarCST/laravel-vue-crud-starter.git`
- `cd laravel-vue-crud-starter/`
- `npm install`
- `docker-compose up -d`
- `docker exec -it vue-starter /bin/bash`
- `php artisan migrate`
- `php artisan db:seed`
- `php artisan passport:install`
- Application http://localhost:8008/
- Adminer for Database http://localhost:8080/
- host: yourIP:3307, user: root, Password: 123456


## Unit Test

#### run PHPUnit
Expand Down
Loading

0 comments on commit 98ece75

Please sign in to comment.