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
Fabien Potencier e13309c3f8 Merge branch '4.4'
* 4.4:
  made BuferringLogger classes internal and final
  Added ErrorHandler component
2019-06-27 16:24:50 +02:00
..
Controller Added ErrorHandler component 2019-06-20 11:01:49 -04:00
Csp switched array() to [] 2019-01-16 10:39:14 +01:00
DependencyInjection Remove dead code 2019-05-28 18:51:21 -04:00
EventListener Replace @return annotation by return type in final classes 2019-06-23 00:57:33 +02:00
Profiler Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Resources Added ErrorHandler component 2019-06-20 11:01:49 -04:00
Tests Added ErrorHandler component 2019-06-20 11:01:49 -04:00
Twig fixed CS 2019-01-16 19:35:49 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Profiler] Render the performance graph with SVG 2019-03-17 08:47:19 +01:00
composer.json Added ErrorHandler component 2019-06-20 11:01:49 -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