Wrong file name on .env

This commit is contained in:
Kyle
2017-08-03 21:14:38 -06:00
committed by GitHub
parent adbe3d1967
commit a9ea54a7c0

View File

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