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-01-16 10:39:14 +01:00
..
Controller switched array() to [] 2019-01-16 10:39:14 +01:00
Csp switched array() to [] 2019-01-16 10:39:14 +01:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
EventListener switched array() to [] 2019-01-16 10:39:14 +01:00
Profiler switched array() to [] 2019-01-16 10:39:14 +01:00
Resources [WebProfilerBundle] Split form field heading 2018-12-01 20:42:50 +01:00
Tests switched array() to [] 2019-01-16 10:39:14 +01:00
Twig switched array() to [] 2019-01-16 10:39:14 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Fixed deprecations in WebProfiler tests 2017-09-09 08:10:24 +02:00
composer.json [*Bundle] Replace some kernel.root_dir by kernel.project_dir 2017-11-23 19:10:14 +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 replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01: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