Commit 1ba2816d authored by Taylor Otwell's avatar Taylor Otwell

Merge remote-tracking branch 'origin/develop' into develop

parents f0cad014 92932475
...@@ -35,8 +35,10 @@ ...@@ -35,8 +35,10 @@
"php artisan clear-compiled", "php artisan clear-compiled",
"php artisan optimize" "php artisan optimize"
], ],
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"post-create-project-cmd": [ "post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate" "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