8000 minor #11312 [Flex] Replace `SYMFONY_*` env vars with `APP_*` (phansys) · symfony/symfony-docs@82318cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 82318cc

Browse files
committed
minor #11312 [Flex] Replace SYMFONY_* env vars with APP_* (phansys)
This PR was merged into the 3.4 branch. Discussion ---------- [Flex] Replace `SYMFONY_*` env vars with `APP_*` Finishes #11302 Commits ------- 8b9966f [Flex] Replace `SYMFONY_*` env vars with `APP_*`
2 parents 3f2df6a + 8b9966f commit 82318cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/flex.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ manual steps:
172172
If you have defined :doc:`custom config options in your bundles </bundles/configuration>`
173173
move them to the new ``config/services.yaml`` and ``.env`` files.
174174

175+
#. ``SYMFONY_DEBUG`` and ``SYMFONY_ENV`` environment variables were replaced by
176+
``APP_DEBUG`` and ``APP_ENV``. Copy their values to the new vars and then remove
177+
the former ones.
178+
175179
#. Move the original source code from ``src/{App,...}Bundle/`` to ``src/`` and
176180
update the namespaces of every PHP file to be ``App\...`` (advanced IDEs can do
177181
this automatically).

0 commit comments

Comments
 (0)
0