2017 © Pedro Peláez
 

bundle whoops-bundle

Symfony3 integration for Whoops

image

kejwmen/whoops-bundle

Symfony3 integration for Whoops

  • Wednesday, February 17, 2016
  • by sip
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4,038 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

WhoopsBundle

Symfony integration for Whoops, (*1)

INSTALLATION

  1. Use Composer to install bundle into your project:, (*2)

        composer require kejwmen/whoops-bundle
    
  2. Add it to your AppKernel, (*3)

        // app/AppKernel.php
        public function registerBundles()
        {
            if (in_array($this->getEnvironment(), array('dev'))) {
                $bundles[] = new Kejwmen\WhoopsBundle\KejwmenWhoopsBundle();
            }
        }
    

The Versions

17/02 2016

dev-master

9999999-dev https://github.com/kejwmen/WhoopsBundle

Symfony3 integration for Whoops

  Sources   Download

MIT

The Requires