Skip to content

Commit d046205

Browse files
committed
minor #17143 [Config] Delete a page that it's no longer needed (javiereguiluz)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [Config] Delete a page that it's no longer needed Fixes #17133. Symfony 4.4, the oldest maintained Symfony version, was released on November 2019, so this page is no longer relevant. When we delete or move some doc page, we always provide an alternative to avoid errors. In this case, this page is so special that it doesn't really have an alternative. Redirecting to any other page would be wrong. So, let's delete the file and people visiting the page will see an error page showing that the page is only available for some past Symfony versions. Commits ------- 4150590 [Config] Delete a page that it's no longer needed
2 parents da75ee2 + 4150590 commit d046205

File tree

2 files changed

+0
-106
lines changed

2 files changed

+0
-106
lines changed

configuration.rst

-6
Original file line numberDiff line numberDiff line change
@@ -687,12 +687,6 @@ the env files ending in ``.local`` (``.env.local`` and ``.env.<environment>.loca
687687
**should not be committed** because only you will use them. In fact, the
688688
``.gitignore`` file that comes with Symfony prevents them from being committed.
689689

690-
.. caution::
691-
692-
Applications created before November 2018 had a slightly different system,
693-
involving a ``.env.dist`` file. For information about upgrading, see:
694-
:doc:`configuration/dot-env-changes`.
695-
696690
.. _configuration-env-var-in-prod:
697691

698692
Configuring Environment Variables in Production

configuration/dot-env-changes.rst

-100
This file was deleted.

0 commit comments

Comments
 (0)