Skip to content

Commit 70291d7

Browse files
committed
[#8078] Added some inline code blocks
1 parent 2a3660e commit 70291d7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup/homestead.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)