Symfony ignores / does not override values by .env.local file

Using latest Symfony 6.1 and documentation says .env.local overrides values which are set in .env This is not working for me, i.e. when the value is set in the .env, it is not overwritten by the value from the .env.local. When it is not set in .env, value from .env.local is taken into account. Ref:… Read More Symfony ignores / does not override values by .env.local file