Merge pull request #3218 from hannesvdvreken/patch-1

copy .env file as after create project
This commit is contained in:
Taylor Otwell 2015-01-18 19:42:58 -06:00
commit b6ce0e513e
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
"php artisan optimize" "php artisan optimize"
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate" "php artisan key:generate"
] ]
}, },