laravel-dotenv-editor
laravel-dotenv-editor copied to clipboard
Comments are being removed
Comments inside the .env file are being completely ignored and removed
This:
# my comment
APP_SOMETHING=FOO
Into this:
APP_SOMETHING=FOO
Also spaces are not preserved as in #8.
was this problem solved ?