You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 valuesAnd 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
The text was updated successfully, but these errors were encountered: