Skip to content

Commit 8b9966f

Browse files
phansyswouterj
authored andcommitted
[Flex] Replace SYMFONY_* env vars with APP_*
1 parent 3f2df6a commit 8b9966f

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)