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