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:
49
49
# ...
50
50
sites :
51
51
- map : symfony-demo.test
52
- to : /home/vagrant/projects/symfony_demo/web
52
+ to : /home/vagrant/projects/symfony_demo/public
53
53
type : symfony4
54
54
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 ``.
58
59
59
60
At last, edit the hosts file on your local machine to map ``symfony-demo.test ``
60
61
to ``192.168.10.10 `` (which is the IP used by Homestead)::
You can’t perform that action at this time.
0 commit comments