diff --git a/config/app.php b/config/app.php index 7374c3d6..14f1122b 100644 --- a/config/app.php +++ b/config/app.php @@ -78,7 +78,7 @@ | */ - 'key' => 'YourSecretKey!!!', + 'key' => getenv('APP_KEY') ?: 'YourSecretKey!!!', 'cipher' => MCRYPT_RIJNDAEL_128,