enclose .env's app_name in quotes to allow space

This commit is contained in:
Boudewijn 2025-03-01 09:32:13 +01:00
parent 7f865c37a1
commit 6266f4ab30

View file

@ -1,4 +1,4 @@
APP_NAME=My Idlers
APP_NAME="My Idlers"
APP_ENV=production
APP_KEY=
APP_DEBUG=false