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:
56
56
57
57
#. Update ``.gitignore ``:
58
58
59
- .. code-block :: diff
59
+ .. code-block :: diff
60
60
61
- # .gitignore
62
- # ...
61
+ # .gitignore
62
+ # ...
63
63
64
- ###> symfony/framework-bundle ###
65
- - /.env
66
- + /.env.local
67
- + /.env.*.local
64
+ ###> symfony/framework-bundle ###
65
+ - /.env
66
+ + /.env.local
67
+ + /.env.*.local
68
68
69
- # ...
69
+ # ...
70
70
71
71
#. Rename ``.env `` to ``.env.local `` and ``.env.dist `` to ``.env ``:
72
72
73
- .. code-block :: terminal
73
+ .. code-block :: terminal
74
74
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
78
78
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
82
82
83
83
You can also update the `comment on the top of .env`_ to reflect the new changes.
84
84
You can’t perform that action at this time.
0 commit comments