Update post package install

This commit is contained in:
Kyle 2017-08-03 21:08:08 -06:00 committed by GitHub
parent 9d53c0103f
commit adbe3d1967

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.example.dev', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"