Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

GodziLaravel's avatar

How to put in .env file a value of a key having space ?

Hello

I would like to add the value of the key GOOGLE_DRIVE_FOLDER in .env but it contains spaces ?

GOOGLE_DRIVE_FOLDER=ABC/auto export sheets/images

Do you have any idea how to do it ?

Thanks

0 likes
2 replies
tykus's avatar
tykus
Best Answer
Level 104

Quotation marks:

GOOGLE_DRIVE_FOLDER="ABC/auto export sheets/images"

Please or to participate in this conversation.