From fdc9b93edd26df9dc3c14ede955f54881e3c2238 Mon Sep 17 00:00:00 2001 From: Laurence Ioannou Date: Sun, 18 Jan 2015 13:17:49 +1100 Subject: [PATCH] Update app.php --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ | */ - 'key' => env('APP_KEY', 'YourSecretKey!!!'), + 'key' => env('APP_KEY', 'SomeRandomString'), 'cipher' => MCRYPT_RIJNDAEL_128,