imliam / laravel-env-set-command

Set a .env file variable from the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DB_PASSWORD

aytacmalkoc opened this issue · comments

Hi when I want to set the db_password value, it doesn't set it on the current value. Instead, it adds a new db_password value to the end of the file. Can you help me?

The problem is in data that has no value. For example, when I left the db_database data blank and set it again, I saw that it was added from the beginning. I think they have to have a default value to set.

@aytacmalkoc i added a pull request for that. #26