We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If .env file has empty lines between key-value pairs:
.env
APP_ENV=local APP_KEY= APP_DEBUG=true APP_LOG_LEVEL=debug
After edit it will look like:
It will be great if empty lines will be saved.
The text was updated successfully, but these errors were encountered:
Hey,
I trie to implement this feature in the next release.
Sorry, something went wrong.
@Brotzka ,
Want to use this package, but not using because of few issues like removing line break and comments are considered as key. This shouldn't happen.
#37
Any update on fixing it?
@twf-nikhila
please give a try on this
No branches or pull requests
If
.env
file has empty lines between key-value pairs:After edit it will look like:
It will be great if empty lines will be saved.
The text was updated successfully, but these errors were encountered: