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 0dcf0cb commit 5012ca3Copy full SHA for 5012ca3
configuration/dot-env-changes.rst
@@ -79,8 +79,8 @@ changes can be made to any Symfony 3.4 or higher app:
79
$ git mv .env.dist .env
80
81
# Windows
82
- $ mv .env .env.local
83
- $ git mv .env.dist .env
+ C:\> move .env .env.local
+ C:\> git mv .env.dist .env
84
85
You can also update the `comment on the top of .env`_ to reflect the new changes.
86
0 commit comments