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.
1 parent e9d317a commit 15ce0feCopy full SHA for 15ce0fe
cookbook/deployment/tools.rst
@@ -106,6 +106,12 @@ as you normally do:
106
ensures that development packages are not installed in the production
107
environment.
108
109
+.. caution::
110
+
111
+ If you get a "class not found" error during this step, you may need to
112
+ run ``export SYMFONY_ENV=prod`` before running this command so that
113
+ the ``post-install-cmd`` scripts run in the ``prod`` environment.
114
115
D) Clear your Symfony Cache
116
~~~~~~~~~~~~~~~~~~~~~~~~~~~
117
0 commit comments