File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ configuration:
48
48
49
49
# ...
50
50
sites :
51
- - map : symfony-demo.dev
51
+ - map : symfony-demo.test
52
52
to : /home/vagrant/projects/symfony_demo/web
53
53
type : symfony
54
54
55
55
The ``type `` option tells Homestead to use the Symfony nginx configuration.
56
56
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 ``
58
58
to ``192.168.10.10 `` (which is the IP used by Homestead)::
59
59
60
60
# /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
62
62
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
64
64
developing your Symfony application!
65
65
66
66
.. seealso ::
You can’t perform that action at this time.
0 commit comments