diff --git a/config/app.php b/config/app.php index d4a04a0d..9df9d6f1 100644 --- a/config/app.php +++ b/config/app.php @@ -78,7 +78,7 @@ return [ | */ - 'key' => 'YourSecretKey!!!', + 'key' => getenv('APP_KEY') ?: 'YourSecretKey!!!', 'cipher' => MCRYPT_RIJNDAEL_128,