2017 © Pedro Peláez
 

library whoops-bundle

image

dpro/whoops-bundle

  • Tuesday, December 10, 2013
  • by dprolife
  • Repository
  • 0 Watchers
  • 0 Stars
  • 218 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WhoopsBundle

This bundle integrates handy Whoops library into Symfony2. It aplies webprofiler's toolbar as well., (*1)

Any suggestions are appreciated., (*2)

INSTALLATION

Installing this bundle can be done through these simple steps:, (*3)

  1. Add this bundle to your project as a composer dependency:
    // composer.json
    {
        // ...
        require-dev: {
            // ...
            "dpro/whoops-bundle": "dev-master"
        }
    }
  1. Add this bundle in your application kernel:
    // app/AppKernel.php
    public function registerBundles()
    {
        // ...
        if (in_array($this->getEnvironment(), array('dev'))) {
            $bundles[] = new dpro\WhoopsBundle\dproWhoopsBundle();
        }

        return $bundles;
    }

The Versions

10/12 2013

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires