awesomite / error-dumper-bundle
Integrates awesomite/error-dumper into your Symfony application
v0.1.1
2017-06-18 22:45 UTC
Requires
- awesomite/error-dumper: ^0.13
- symfony/framework-bundle: ^2.8 || ^3.0
This package is auto-updated.
Last update: 2024-10-11 14:57:27 UTC
README
Integrates awesomite/error-dumper into your Symfony application
Why?
To display easy to debug stack trace (see example).
Installation
First of all add library to the project:
composer require awesomite/error-dumper-bundle
Then register bundle in AppKernel::registerBundles
:
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { $bundles[] = new \Awesomite\ErrorDumperBundle\AwesomiteErrorDumperBundle(); }
IDE integration
Define value of framework.ide. Functions and numbers of lines will be links to source code in your IDE.