From 190b677fb3e44314d5b2405ace5ce17a96fafb15 Mon Sep 17 00:00:00 2001 From: Sean Mangar Date: Mon, 31 Oct 2016 15:36:47 +0400 Subject: [PATCH] Remove someRandomString from .env.example Remove someRandomString from .env.example Removed someRandomString because it interferes with php artisan key:generate Resolves: #2222 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c68962a3b059..906e60acaf2c 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ APP_ENV=production APP_DEBUG=false APP_URL=http://localhost -APP_KEY=SomeRandomString +APP_KEY= DB_DRIVER=mysql DB_HOST=localhost