We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a0982 commit 35130efCopy full SHA for 35130ef
configuration/dot-env-changes.rst
@@ -47,8 +47,8 @@ changes can be made to any Symfony 3.4 or higher app:
47
48
#. Create a new `config/bootstrap.php`_ file in your project. This file loads Composer's
49
autoloader and loads all the ``.env`` files as needed (note: in an earlier recipe,
50
- this file was called ``src/.bootstrap.php``).
51
- For Symfony 3.3 - 4.1 please use `3.3/config/bootstrap.php`_
+ this file was called ``src/.bootstrap.php``; if you are upgrading from Symfony 3.3
+ or 4.1, use the `3.3/config/bootstrap.php`_ file instead).
52
53
#. Update your `public/index.php`_ (`index.php diff`_) file to load the new ``config/bootstrap.php``
54
file. If you've customized this file, make sure to keep those changes (but use
0 commit comments