Merge pull request #3218 from hannesvdvreken/patch-1
copy .env file as after create project
This commit is contained in:
commit
b6ce0e513e
|
@ -34,6 +34,7 @@
|
|||
"php artisan optimize"
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"php -r \"copy('.env.example', '.env');\"",
|
||||
"php artisan key:generate"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue