fix(env): missing APP KEY + APP_DEBUG typo

This commit is contained in:
2023-11-08 17:09:14 +01:00
parent 82f3c84316
commit ce6405cb8a

View File

@@ -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