From 33f684f79104051783c71e095b4919ced991da6a Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 25 Sep 2016 15:32:35 +0800 Subject: [PATCH] add default value for APP_KEY --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index addfd2ba..f827b610 100644 --- a/config/app.php +++ b/config/app.php @@ -100,7 +100,7 @@ return [ | */ - 'key' => env('APP_KEY'), + 'key' => env('APP_KEY', 'this_is_dangerous_default_key'), 'cipher' => 'AES-256-CBC',