Commit 56585752 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3840 from hikouki/master

Modify post-root-package-install script.
parents e72d4a86 2f0ec593
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
}, },
"scripts": { "scripts": {
"post-root-package-install": [ "post-root-package-install": [
"php -r \"copy('.env.example', '.env');\"" "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"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