File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ configuration:
4848
4949 # ...
5050 sites :
51- - map : symfony-demo.dev
51+ - map : symfony-demo.test
5252 to : /home/vagrant/projects/symfony_demo/web
5353 type : symfony
5454
5555 The ``type `` option tells Homestead to use the Symfony nginx configuration.
5656
57- At last, edit the hosts file on your local machine to map ``symfony-demo.dev ``
57+ At last, edit the hosts file on your local machine to map ``symfony-demo.test ``
5858to ``192.168.10.10 `` (which is the IP used by Homestead)::
5959
6060 # /etc/hosts (unix) or C:\Windows\System32\drivers\etc\hosts (Windows)
61- 192.168.10.10 symfony-demo.dev
61+ 192.168.10.10 symfony-demo.test
6262
63- Now, navigate to ``http://symfony-demo.dev `` in your web browser and enjoy
63+ Now, navigate to ``http://symfony-demo.test `` in your web browser and enjoy
6464developing your Symfony application!
6565
6666.. seealso ::
You can’t perform that action at this time.
0 commit comments