File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,13 @@ configuration:
4949 # ...
5050 sites :
5151 - map : symfony-demo.test
52- to : /home/vagrant/projects/symfony_demo/web
52+ to : /home/vagrant/projects/symfony_demo/public
5353 type : symfony4
5454
55- The ``type `` option tells Homestead to use the Symfony nginx configuration.
56- Homestead now supports a Symfony2 web layout with app.php and app_dev.php when
57- using type: symfony2 and an index.php layout when using type: symfony4.
55+ The ``type `` option tells Homestead to use the Symfony nginx configuration.
56+ Homestead now supports a Symfony 2 and 3 web layout with ``app.php `` and
57+ ``app_dev.php `` when using type ``symfony2 `` and an ``index.php `` layout when
58+ using type ``symfony4 ``.
5859
5960At last, edit the hosts file on your local machine to map ``symfony-demo.test ``
6061to ``192.168.10.10 `` (which is the IP used by Homestead)::
You can’t perform that action at this time.
0 commit comments