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-21 14:55:51 +02:00
..
Controller Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Csp Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
DependencyInjection Merge branch '4.4' 2019-08-06 09:16:59 +02:00
EventListener Merge branch '4.4' 2019-07-31 14:45:18 +02:00
Profiler Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Resources Merge branch '4.4' 2019-08-05 18:34:36 +02:00
Tests Merge branch '4.4' 2019-08-20 16:46:00 +02:00
Twig Merge branch '4.4' 2019-08-14 15:44:59 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '4.4' 2019-08-05 18:34:36 +02:00
composer.json Support for Twig 3. 2019-08-21 14:55:51 +02: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