Browse Source

copy .env file as after create project

Will work on any os.
Hannes Van De Vreken 9 years ago
parent
commit
85182ec062
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"
 		]
 	},