mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-02 07:34:13 +01:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
17 lines
570 B
Markdown
17 lines
570 B
Markdown
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
|
|
---------
|
|
|
|
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
|
|
* [Report issues](https://github.com/symfony/symfony/issues) and
|
|
[send Pull Requests](https://github.com/symfony/symfony/pulls)
|
|
in the [main Symfony repository](https://github.com/symfony/symfony)
|