Skip to content

Commit

Permalink
Merge pull request #3 from AnowarCST/docker
Browse files Browse the repository at this point in the history
Docker
  • Loading branch information
AnowarCST committed Apr 9, 2020
2 parents 7558f94 + b7d3242 commit 1a41387
Show file tree
Hide file tree
Showing 7 changed files with 1,007 additions and 416 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ A very simple Laravel 6 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
- Frontend and Backend User ACL with Gate Policy (type: admin/user)
- Simple Static Dashboard
- Developer Options for OAuth Clients and Personal Access Token
- Build with Docker

## Installation

Expand All @@ -45,6 +46,18 @@ A very simple Laravel 6 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
- `npm run dev`
- `php artisan serve`

## Install with Docker

- `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 1a41387

Please sign in to comment.