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.
2 parents e4ec1b0 + 4da7162 commit db5b194Copy full SHA for db5b194
deployment.rst
@@ -166,6 +166,20 @@ most natural in your hosting environment.
166
167
$ composer dump-env prod --empty
168
169
+ If ``composer`` is not installed on your server, you can generate this optimized
170
+ file with a command provided by Symfony itself, which you must register in
171
+ your application before using it:
172
+
173
+ .. code-block:: yaml
174
175
+ # config/services.yaml
176
+ services:
177
+ Symfony\Component\Dotenv\Command\DotenvDumpCommand: ~
178
179
+ .. code-block:: terminal
180
181
+ $ APP_ENV=prod APP_DEBUG=0 php bin/console dotenv:dump
182
183
C) Install/Update your Vendors
184
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
185
0 commit comments