Skip to content

Commit 60cb442

Browse files
authored
Update artisan command for env
1 parent 50c4ccc commit 60cb442

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ A very simple Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
4343
- `composer install`
4444
- `cp .env.example .env`
4545
- Update `.env` and set your database credentials
46+
- `php artisan key:generate`
4647
- `php artisan migrate`
4748
- `php artisan db:seed`
4849
- `php artisan passport:install`
@@ -54,6 +55,9 @@ A very simple Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
5455

5556
- `docker-compose up -d`
5657
- `docker exec -it vue-starter /bin/bash`
58+
- `composer install`
59+
- `cp .env.example .env`
60+
- `php artisan key:generate`
5761
- `php artisan migrate`
5862
- `php artisan db:seed`
5963
- `php artisan passport:install`

0 commit comments

Comments
 (0)