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 582e939 commit 9f427b9Copy full SHA for 9f427b9
deployment.rst
@@ -164,14 +164,14 @@ most natural in your hosting environment.
164
165
.. code-block:: terminal
166
167
- $ composer dump-env prod
+ $ php bin/console dotenv:dump prod
168
169
- The generated file will contain all the configuration stored in ``.env``. If you
+ The generated file will contain all the configurations stored in ``.env``. If you
170
want to rely only on environment variables, generate one without any values using:
171
172
173
174
- $ composer dump-env prod --empty
+ $ php bin/console dotenv:dump prod --empty
175
176
C) Install/Update your Vendors
177
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments