trs_matrimony/vendor/symfony/debug/README.md
2024-08-22 09:31:12 +05:30

732 B

Debug Component

CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler component.


The Debug component provides tools to ease debugging PHP code.

Getting Started

$ composer install symfony/debug
use Symfony\Component\Debug\Debug;

Debug::enable();

Resources