Generate .env file before generating application key (#3353)

Fixes #3321. Credit to @buuug7
This commit is contained in:
buuug7 2018-01-13 06:59:21 +08:00 committed by Luke Towers
parent bbc33710c1
commit df96c65b3c
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
}, },
"scripts": { "scripts": {
"post-create-project-cmd": [ "post-create-project-cmd": [
"php artisan october:env",
"php artisan key:generate" "php artisan key:generate"
], ],
"post-update-cmd": [ "post-update-cmd": [