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::
84
84
variable is populated and used to load environment-specific files hereafter. If
85
85
``APP_ENV `` is not defined in either of the previously mentioned files, ``dev `` is
86
86
assumed for ``APP_ENV `` and populated by default.
87
+ #. If there's a ``.env.local `` representing general local environment variables it's loaded now.
87
88
#. If there's a ``.env.$env.local `` file, this one is loaded. Otherwise, it falls
88
89
back to ``.env.$env ``.
89
- #. If there's a ``.env.local `` it's loaded last.
90
90
91
91
This might look complicated at first glance but it gives you the opportunity to commit
92
92
multiple environment-specific files that can then be adjusted to your local environment
You can’t perform that action at this time.
0 commit comments