From ce6405cb8ad8dd6143428f871cfa8d9e9c431e69 Mon Sep 17 00:00:00 2001 From: Flycro Date: Wed, 8 Nov 2023 17:09:14 +0100 Subject: [PATCH] fix(env): missing APP KEY + APP_DEBUG typo --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index b2e0fe3..d3fc722 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ APP_NAME=Laravel APP_ENV=local -clAPP_DEBUG=true +APP_KEY= +APP_DEBUG=true APP_URL=http://localhost:8000 FRONTEND_URL=http://localhost:3000