Generate .env file before generating application key (#3353)
Fixes #3321. Credit to @buuug7
This commit is contained in:
parent
bbc33710c1
commit
df96c65b3c
|
|
@ -48,6 +48,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"post-create-project-cmd": [
|
||||
"php artisan october:env",
|
||||
"php artisan key:generate"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue