Skip to content

Aureja/WebProfilerBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebProfilerBundle

Build Status

Profiler orm and duplicate queries.

Installation

Step 1. Install via Composer

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

Step 2. Add to AppKernel.php

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

Releases

Packages

Contributors

Languages