Merge branch 'master' into develop

This commit is contained in:
Graham Campbell
2016-07-28 15:13:28 -04:00

View File

@@ -30,7 +30,7 @@
},
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"