We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95209f commit 2a3660eCopy full SHA for 2a3660e
setup/homestead.rst
@@ -50,9 +50,11 @@ configuration:
50
sites:
51
- map: symfony-demo.test
52
to: /home/vagrant/projects/symfony_demo/web
53
- type: symfony
+ type: symfony4
54
55
-The ``type`` option tells Homestead to use the Symfony nginx configuration.
+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.
58
59
At last, edit the hosts file on your local machine to map ``symfony-demo.test``
60
to ``192.168.10.10`` (which is the IP used by Homestead)::
0 commit comments