Skip to content

Commit cb8abc6

Browse files
mpdudeweaverryan
authored andcommitted
Mentioning the Debug component again as it has just been merged into master.
1 parent 2ed64a6 commit cb8abc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbook/configuration/front_controllers_and_kernel.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ to *`decorate`_* the kernel with additional features. Examples include:
4949
* Configure the autoloader or add additional autoloading mechanisms
5050
* Add HTTP level caching by wrapping the kernel with an instance of
5151
:doc:`AppCache</book/http_cache#symfony2-reverse-proxy>`
52+
* Enabling the `Debug component`_
5253

5354
When using Apache and the `RewriteRule shipped with the
5455
Standard Edition`_, the front controller can be chosen by requesting
@@ -180,5 +181,6 @@ are, of course, free to implement this method differently if you need
180181
.. _app/console: https://github.com/symfony/symfony-standard/blob/master/app/console
181182
.. _AppKernel: https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php
182183
.. _decorate: http://en.wikipedia.org/wiki/Decorator_pattern
184+
.. _Debug Component: https://github.com/symfony/symfony/pull/7441
183185
.. _RewriteRule shipped with the Standard Edition: https://github.com/symfony/symfony-standard/blob/master/web/.htaccess)
184186
.. _template methods: http://en.wikipedia.org/wiki/Template_method_pattern

0 commit comments

Comments
 (0)