Skip to content

Commit

Permalink
Update artisan command for env
Browse files Browse the repository at this point in the history
  • Loading branch information
AnowarCST committed Nov 25, 2020
1 parent 50c4ccc commit 60cb442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ A very simple Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
- `composer install`
- `cp .env.example .env`
- Update `.env` and set your database credentials
- `php artisan key:generate`
- `php artisan migrate`
- `php artisan db:seed`
- `php artisan passport:install`
Expand All @@ -54,6 +55,9 @@ A very simple Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA

- `docker-compose up -d`
- `docker exec -it vue-starter /bin/bash`
- `composer install`
- `cp .env.example .env`
- `php artisan key:generate`
- `php artisan migrate`
- `php artisan db:seed`
- `php artisan passport:install`
Expand Down

0 comments on commit 60cb442

Please sign in to comment.