Skip to content

Fix incorrect quote escaping in env writer. Closes #56480#56498

Merged
taylorotwell merged 7 commits into
laravel:12.xfrom
artengin:fix/env-writer-incorrect-escaping
Aug 3, 2025
Merged

Fix incorrect quote escaping in env writer. Closes #56480#56498
taylorotwell merged 7 commits into
laravel:12.xfrom
artengin:fix/env-writer-incorrect-escaping

Conversation

@artengin
Copy link
Copy Markdown
Contributor

@artengin artengin commented Jul 31, 2025

Resolved an issue where the env writer incorrectly escaped single and double quotes, which caused the entire site to break with an HTTP 500 error.

Fixes #56480

@taylorotwell taylorotwell merged commit 146a2b8 into laravel:12.x Aug 3, 2025
60 checks passed
@artengin artengin deleted the fix/env-writer-incorrect-escaping branch August 8, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Env writer incorrect escaping for '

2 participants