diff --git a/config/app.php b/config/app.php index 8b8fe856..58b5b827 100644 --- a/config/app.php +++ b/config/app.php @@ -78,7 +78,7 @@ return [ | */ - 'key' => env('APP_KEY', 'YourSecretKey!!!'), + 'key' => env('APP_KEY', 'SomeRandomString'), 'cipher' => MCRYPT_RIJNDAEL_128,