Merge branch 'master' into develop

This commit is contained in:
Graham Campbell 2016-07-28 15:13:28 -04:00
commit 0203d5d866
1 changed files with 1 additions and 1 deletions

View File

@ -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"