2017 © Pedro Peláez
 

library error-dumper-bundle

Integrates awesomite/error-dumper into your Symfony application

image

awesomite/error-dumper-bundle

Integrates awesomite/error-dumper into your Symfony application

  • Monday, June 19, 2017
  • by bkrukowski
  • Repository
  • 0 Watchers
  • 2 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ErrorDumperBundle

SensioLabsInsight, (*1)

Integrates awesomite/error-dumper into your Symfony application, (*2)

Why?

To display easy to debug stack trace (see example)., (*3)

Installation

First of all add library to the project:, (*4)

composer require awesomite/error-dumper-bundle

Then register bundle in AppKernel::registerBundles:, (*5)

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., (*6)

The Versions

19/06 2017

dev-master

9999999-dev

Integrates awesomite/error-dumper into your Symfony application

  Sources   Download

MIT

The Requires

 

by Bartłomiej Krukowski

19/06 2017

v0.1.1

0.1.1.0

Integrates awesomite/error-dumper into your Symfony application

  Sources   Download

MIT

The Requires

 

by Bartłomiej Krukowski

15/03 2017

v0.1.0

0.1.0.0

Integrates awesomite/error-dumper into your Symfony application

  Sources   Download

MIT

The Requires

 

by Bartłomiej Krukowski