From ee272cd52f5f847f5d821b5130b2da325efe494e Mon Sep 17 00:00:00 2001 From: Samuel Laulhau Date: Sun, 15 Oct 2017 14:51:01 +0200 Subject: [PATCH] add cipher/key --- example/.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/.env b/example/.env index 7cd40cb..37a1a5e 100644 --- a/example/.env +++ b/example/.env @@ -2,6 +2,8 @@ APP_DEBUG=1 APP_URL=http://localhost:8000 +APP_KEY=SomeRandomStringSomeRandomString +APP_CIPHER=AES-256-CBC DB_USERNAME=root DB_PASSWORD=pwd DB_HOST=mysql