@@ -49,6 +49,7 @@ to *`decorate`_* the kernel with additional features. Examples include:
49
49
* Configure the autoloader or add additional autoloading mechanisms
50
50
* Add HTTP level caching by wrapping the kernel with an instance of
51
51
:doc: `AppCache</book/http_cache#symfony2-reverse-proxy> `
52
+ * Enabling the `Debug component `_
52
53
53
54
When using Apache and the `RewriteRule shipped with the
54
55
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
180
181
.. _app/console :https://github.com/symfony/symfony-standard/blob/master/app/console
181
182
.. _AppKernel :https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php
182
183
.. _decorate :http://en.wikipedia.org/wiki/Decorator_pattern
184
+ .. _Debug Component :https://github.com/symfony/symfony/pull/7441
183
185
.. _RewriteRule shipped with the Standard Edition :https://github.com/symfony/symfony-standard/blob/master/web/.htaccess)
184
186
.. _template methods :http://en.wikipedia.org/wiki/Template_method_pattern