Commit 0203d5d8 authored by Graham Campbell's avatar Graham Campbell

Merge branch 'master' into develop

parents 2a8c38ac 56585752
...@@ -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