Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 030d7d6

Browse filesBrowse files
hariktweaverryan
authored andcommitted
Link to standard edition so users can get the app/AppKernel.php if needed.
1 parent 91ff6f8 commit 030d7d6
Copy full SHA for 030d7d6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎book/from_flat_php_to_symfony2.rst‎

Copy file name to clipboardExpand all lines: book/from_flat_php_to_symfony2.rst
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ A routing configuration map provides this information in a readable format:
646646
647647
Now that Symfony is handling all the mundane tasks, the front controller
648648
is dead simple. And since it does so little, you'll never have to touch
649-
it once it's created (and if you use a Symfony distribution, you won't
649+
it once it's created (and if you use a `Symfony distribution`_, you won't
650650
even need to create it!)::
651651

652652
// web/app.php
@@ -761,3 +761,4 @@ Learn more from the Cookbook
761761
.. _`Twig`: http://twig.sensiolabs.org
762762
.. _`Varnish`: https://www.varnish-cache.org/
763763
.. _`PHPUnit`: http://www.phpunit.de
764+
.. _`Symfony distribution`: https://github.com/symfony/symfony-standard

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.