Skip to content

Commit 9f427b9

Browse files
authored
Update deployment.rst for dotenv:dump command
It changes from "composer dump-env prod" to "php bin/console dotenv:dump prod"
1 parent 582e939 commit 9f427b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ most natural in your hosting environment.
164164

165165
.. code-block:: terminal
166166
167-
$ composer dump-env prod
167+
$ php bin/console dotenv:dump prod
168168
169-
The generated file will contain all the configuration stored in ``.env``. If you
169+
The generated file will contain all the configurations stored in ``.env``. If you
170170
want to rely only on environment variables, generate one without any values using:
171171

172172
.. code-block:: terminal
173173
174-
$ composer dump-env prod --empty
174+
$ php bin/console dotenv:dump prod --empty
175175
176176
C) Install/Update your Vendors
177177
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)