Commit fd1bf83b authored by Nicolas Widart's avatar Nicolas Widart

Remove the creating of the .env file at post-create-project

parent eac01b90
......@@ -66,7 +66,6 @@
"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