From 28d45fed540e3c7eaec539581adefa45a227a654 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 23 Jan 2016 19:45:58 -0500 Subject: [PATCH] Fix cipher exception that gets thrown if APP_KEY is too short --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3509f5d36..5cf366d01 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_ENV=production APP_DEBUG=false -APP_KEY=SomeRandomString +APP_KEY=SomeRandomString3232RandomString DB_HOST=localhost DB_PORT=3306