Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

artengin
Copy link
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