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
2018-11-13 17:04:17 +01:00
..
Controller Merge branch '4.0' into 4.1 2018-07-26 13:24:31 +02:00
Csp Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
DependencyInjection Merge branch '4.1' 2018-07-26 11:13:01 +02:00
EventListener Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Profiler Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Resources [HttpKernel] Fix collecting uploaded files 2018-11-13 17:04:17 +01:00
Tests Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Twig fixed some deprecation messages 2017-12-31 06:50:45 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [WebProfilerBundle] Make WDT follow ajax requests if header set 2018-04-29 09:29:44 +02:00
composer.json [WebProfilerBundle] Add channel log filter 2018-10-24 05:22:15 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +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