imliam / laravel-env-set-command

Set a .env file variable from the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some information to set a empty value

timoteo7 opened this issue · comments

when i try to set empty value,
like:
php artisan env:set DB_PASSWORD ''

return:
"No value was set"

how i can set this ?

This issue has been fixed - you can now set an empty value.