Merge pull request #59 from nabeelio/composer-testing

Updated the composer file
This commit is contained in:
Nabeel Shahzad
2017-08-04 09:21:42 -05:00
committed by GitHub

View File

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