Commit 85182ec0 authored by Hannes Van De Vreken's avatar Hannes Van De Vreken

copy .env file as after create project

Will work on any os.
parent b4b12e91
......@@ -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