Commit b6ce0e51 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3218 from hannesvdvreken/patch-1

copy .env file as after create project
parents b4b12e91 85182ec0
......@@ -34,6 +34,7 @@
"php artisan optimize"
],
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment