File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -56,29 +56,29 @@ changes can be made to any Symfony 3.4 or higher app:
5656
5757#. Update ``.gitignore ``:
5858
59- .. code-block :: diff
59+ .. code-block :: diff
6060
61- # .gitignore
62- # ...
61+ # .gitignore
62+ # ...
6363
64- ###> symfony/framework-bundle ###
65- - /.env
66- + /.env.local
67- + /.env.*.local
64+ ###> symfony/framework-bundle ###
65+ - /.env
66+ + /.env.local
67+ + /.env.*.local
6868
69- # ...
69+ # ...
7070
7171 #. Rename ``.env `` to ``.env.local `` and ``.env.dist `` to ``.env ``:
7272
73- .. code-block :: terminal
73+ .. code-block :: terminal
7474
75- # Unix
76- $ mv .env .env.local
77- $ git mv .env.dist .env
75+ # Unix
76+ $ mv .env .env.local
77+ $ git mv .env.dist .env
7878
79- # Windows
80- $ mv .env .env.local
81- $ git mv .env.dist .env
79+ # Windows
80+ $ mv .env .env.local
81+ $ git mv .env.dist .env
8282
8383 You can also update the `comment on the top of .env`_ to reflect the new changes.
8484
You can’t perform that action at this time.
0 commit comments