Skip to content

dprolife/WhoopsBundle

Repository files navigation

WhoopsBundle

This bundle integrates handy Whoops library into Symfony2. It aplies webprofiler's toolbar as well.

Any suggestions are appreciated.

INSTALLATION

Installing this bundle can be done through these simple steps:

  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;
    }

About

Symfony2 integration with Whoops

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages