Skip to content

Commit

Permalink
copy .env file as after create project
Browse files Browse the repository at this point in the history
Will work on any os.
  • Loading branch information
hannesvdvreken committed Jan 18, 2015
1 parent b4b12e9 commit 85182ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"php artisan optimize"
],
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
]
},
Expand Down

0 comments on commit 85182ec

Please sign in to comment.