enclose .env's app_name in quotes to allow space
This commit is contained in:
parent
7f865c37a1
commit
6266f4ab30
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
APP_NAME=My Idlers
|
||||
APP_NAME="My Idlers"
|
||||
APP_ENV=production
|
||||
APP_KEY=
|
||||
APP_DEBUG=false
|
||||
|
|
Loading…
Add table
Reference in a new issue