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

View File

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