server 52763dedf1 gitignore | hace 2 años | |
---|---|---|
.. | ||
Exception | hace 2 años | |
FatalErrorHandler | hace 2 años | |
BufferingLogger.php | hace 2 años | |
CHANGELOG.md | hace 2 años | |
Debug.php | hace 2 años | |
DebugClassLoader.php | hace 2 años | |
ErrorHandler.php | hace 2 años | |
ExceptionHandler.php | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
composer.json | hace 2 años |
CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler component.
The Debug component provides tools to ease debugging PHP code.
$ composer require symfony/debug
use Symfony\Component\Debug\Debug;
Debug::enable();