We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SYMFONY_*
APP_*
1 parent 3f2df6a commit 8b9966fCopy full SHA for 8b9966f
setup/flex.rst
@@ -172,6 +172,10 @@ manual steps:
172
If you have defined :doc:`custom config options in your bundles </bundles/configuration>`
173
move them to the new ``config/services.yaml`` and ``.env`` files.
174
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
+
179
#. Move the original source code from ``src/{App,...}Bundle/`` to ``src/`` and
180
update the namespaces of every PHP file to be ``App\...`` (advanced IDEs can do
181
this automatically).
0 commit comments