diff --git a/config/app.php b/config/app.php index d3cd9d52..a0bda87f 100644 --- a/config/app.php +++ b/config/app.php @@ -80,6 +80,8 @@ return [ 'key' => env('APP_KEY', 'SomeRandomString'), + 'cipher' => 'AES-128-CBC', + /* |-------------------------------------------------------------------------- | Logging Configuration