Browse Source

Merge pull request #3218 from hannesvdvreken/patch-1

copy .env file as after create project
Taylor Otwell 9 years ago
parent
commit
b6ce0e513e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

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