Skip to content

awesomite/error-dumper-bundle

Repository files navigation

ErrorDumperBundle

SensioLabsInsight

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages