File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ defined in previously loaded files::
8484 variable is populated and used to load environment-specific files hereafter. If
8585 ``APP_ENV `` is not defined in either of the previously mentioned files, ``dev `` is
8686 assumed for ``APP_ENV `` and populated by default.
87+ #. If there's a ``.env.local `` representing general local environment variables it's loaded now.
8788#. If there's a ``.env.$env.local `` file, this one is loaded. Otherwise, it falls
8889 back to ``.env.$env ``.
89- #. If there's a ``.env.local `` it's loaded last.
9090
9191This might look complicated at first glance but it gives you the opportunity to commit
9292multiple environment-specific files that can then be adjusted to your local environment
You can’t perform that action at this time.
0 commit comments