This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/WebProfilerBundle
2019-08-14 15:27:41 +02:00
..
Controller Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Csp Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
DependencyInjection removed unneeded phpdocs 2019-08-06 08:19:29 +02:00
EventListener Ensure $request->hasSession() is always checked before calling getSession() 2019-07-28 18:57:16 +02:00
Profiler Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Resources [Mailer] added support for the profiler 2019-08-04 22:35:18 +02:00
Tests Merge branch '4.3' into 4.4 2019-08-08 14:07:40 +02:00
Twig Import return annotations from vendors 2019-08-14 15:27:41 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Mailer] added support for the profiler 2019-08-04 22:35:18 +02:00
composer.json Decoupling TwigBundle and using the new ErrorRenderer mechanism 2019-07-23 20:05:48 -04:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [WebProfilerBundle] added a note in the README 2018-09-24 10:42:32 +02:00
WebProfilerBundle.php made it clear that the profiler is for dev only 2018-09-24 10:00:32 +02:00

WebProfilerBundle

The Web profiler bundle is a development tool that gives detailed information about the execution of any request.

Never enable it on production servers as it will lead to major security vulnerabilities in your project.

Resources