create-envfile icon indicating copy to clipboard operation
create-envfile copied to clipboard

Quoting Whitespace Values

Open nw-b opened this issue 2 months ago • 1 comments

Trying to use this with Laravel (PHP) and getting

The environment file is invalid!
Failed to parse dotenv file. Encountered unexpected whitespace at [Site Name].

Even though I've wrapped it in

envkey_APP_NAME: "${{ vars.APP_NAME }}"

Would be great if there was an option to quote values containing whitespace, I see that's already supported for multi-line.

nw-b avatar Oct 26 '25 16:10 nw-b