Merge pull request #3216 from TheShiftExchange/patch-1

[Bug] Composer create-project key:generate currently broken
This commit is contained in:
Taylor Otwell 2015-01-18 19:44:04 -06:00
commit 86791280d6
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
|
*/
'key' => env('APP_KEY', 'YourSecretKey!!!'),
'key' => env('APP_KEY', 'SomeRandomString'),
'cipher' => MCRYPT_RIJNDAEL_128,