Skip to content

Commit 2a3660e

Browse files
michaelesmithwouterj
authored andcommitted
Add new symfony4 site type to homestead documentation
1 parent f95209f commit 2a3660e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup/homestead.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ configuration:
5050
sites:
5151
- map: symfony-demo.test
5252
to: /home/vagrant/projects/symfony_demo/web
53-
type: symfony
53+
type: symfony4
5454
55-
The ``type`` option tells Homestead to use the Symfony nginx configuration.
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.
5658

5759
At last, edit the hosts file on your local machine to map ``symfony-demo.test``
5860
to ``192.168.10.10`` (which is the IP used by Homestead)::

0 commit comments

Comments
 (0)