File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The Front Controller
2727The `front controller `_ is a design pattern; it is a section of code that *all *
2828requests served by an application run through.
2929
30- In the Symfony Skeleton, this role is taken by the `index.php `_ file in the
30+ In the Symfony Skeleton, this role is taken by the `` index.php `` file in the
3131``public/ `` directory. This is the very first PHP script executed when a
3232request is processed.
3333
@@ -60,7 +60,7 @@ that is located in the ``public/`` directory.
6060 achieved by configuring the web server, as shown in
6161 :doc: `/setup/web_server_configuration `.
6262
63- Technically, the `bin/console `_ script used when running Symfony on the command
63+ Technically, the `` bin/console `` script used when running Symfony on the command
6464line is also a front controller, only that is not used for web, but for command
6565line requests.
6666
@@ -143,5 +143,4 @@ this method differently if you need a more sophisticated way of loading your
143143configuration.
144144
145145.. _front controller : https://en.wikipedia.org/wiki/Front_Controller_pattern
146- .. _bin/console : https://github.com/symfony/symfony-standard/blob/master/bin/console
147146.. _decorate : https://en.wikipedia.org/wiki/Decorator_pattern
You can’t perform that action at this time.
0 commit comments