Browse Source

Merge branch 'develop' of github.com:laravel/laravel into develop

Taylor Otwell 9 years ago
parent
commit
2e2ead5915
2 changed files with 2 additions and 1 deletions
  1. 1 0
      composer.json
  2. 1 1
      config/database.php

+ 1 - 0
composer.json

@@ -8,6 +8,7 @@
 		"laravel/framework": "5.1.*"
 	},
 	"require-dev": {
+		"fzaninotto/faker": "~1.4",
 		"mockery/mockery": "0.9.*",
 		"phpunit/phpunit": "~4.0",
 		"phpspec/phpspec": "~2.1"

+ 1 - 1
config/database.php

@@ -26,7 +26,7 @@ return [
     |
     */
 
-    'default' => 'mysql',
+    'default' => env('DB_CONNECTION','mysql'),
 
     /*
     |--------------------------------------------------------------------------