2017 © Pedro Peláez
 

symfony-bundle web-profiler-bundle

image

aureja/web-profiler-bundle

  • Tuesday, November 1, 2016
  • by Tadcka
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WebProfilerBundle

Build Status, (*1)

Profiler orm and duplicate queries., (*2)

Installation

Step 1. Install via Composer, (*3)

composer require aureja/web-profiler-bundle "dev-master"

Step 2. Add to AppKernel.php, (*4)

class AppKernel extends Kernel
{
    /**
     * {@inheritdoc}
     */
    public function registerBundles()
    {
        if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
            // ...
            $bundles[] = Aureja\Bundle\WebProfilerBundle\AurejaWebProfilerBundle($this);
            // ...
        }
    }
}

The Versions