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-11-18 18:27:11 +01:00
..
Controller Merge branch '4.4' 2019-11-12 10:25:44 +01:00
Csp Add types to constructors and private/final/internal methods (Batch III) 2019-10-07 13:33:25 +02:00
DependencyInjection Merge branch '4.4' 2019-09-24 18:05:28 +02:00
EventListener Merge branch '4.4' 2019-07-31 14:45:18 +02:00
Profiler [WebProfilerBundle] Clean @internal annotations 2019-11-06 22:34:09 +01:00
Resources Merge branch '4.4' 2019-11-16 16:24:47 +01:00
Tests Merge branch '4.4' 2019-11-12 10:25:44 +01:00
Twig Merge branch '4.4' 2019-09-24 18:05:28 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '4.4' 2019-09-24 18:05:28 +02:00
composer.json Allow PHP ^7.2.5 2019-11-18 18:27:11 +01: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