envclient
envclient copied to clipboard
Env setter idea
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
and have a place where we define classes with needed env classes and values
And in every deployment, we can run that command which will fill needed values and we don’t need to ask anyone (DevOps) to do that