diff --git a/config/app.php b/config/app.php index 406837577883..30df9f6caf10 100644 --- a/config/app.php +++ b/config/app.php @@ -82,7 +82,7 @@ return [ | */ - 'key' => env('APP_KEY', 'SomeRandomString'), + 'key' => env('APP_KEY', 'SomeRandomStringSomeRandomString'), 'cipher' => env('APP_CIPHER', 'AES-256-CBC'),