Sergey Karakhanyan
Results
2
issues of
Sergey Karakhanyan
Instead of only checking if the .env is right or not, to make the ability to set variables by some command As we have for laravel event/listeners, something like `env:generate`...
The problem is: when we run `env:set` command and the key do not exist in `.env` it will not be added, but when we have a key it works and...