2017 © Pedro Peláez
 

symfony-bundle web-profiler-extra-bundle

Add routing, container, assetic & twig information inside the profiler

image

elao/web-profiler-extra-bundle

Add routing, container, assetic & twig information inside the profiler

  • Wednesday, December 6, 2017
  • by Elao
  • Repository
  • 35 Watchers
  • 269 Stars
  • 694,042 Installations
  • HTML
  • 8 Dependents
  • 0 Suggesters
  • 43 Forks
  • 1 Open issues
  • 13 Versions
  • 3 % Grown

The README.md

Elao WebProfilerExtraBundle

Total Downloads, (*1)

What is this Symfony2 bundle for ?

It adds in your WebProfiler extra sections :, (*2)

  • Routing : Lists all the routes connected to your application
  • Container : Lists all the services available in your container
  • Twig : Lists Twig extensions, tests, filters and functions available for your application
  • Assetic

WebProfilerExtraBundle, (*3)

Installation

If you are working with Symfony >= 2.2

Add this in your composer.json, (*4)

"require-dev": {
    [...]
    "elao/web-profiler-extra-bundle" : "~2.3@dev"
},

And run php composer.phar update elao/web-profiler-extra-bundle, (*5)

If you are working with Symfony <= 2.1, prefer the 2.1 branch of this bundle "elao/web-profiler-extra-bundle" : "dev-2.1", (*6)

Register the bundle in your AppKernel (app/AppKernel.php)

Most of the time, we need this bundle to be only activated in the dev environment, (*7)

[...]
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    [...]
    $bundles[] = new Elao\WebProfilerExtraBundle\WebProfilerExtraBundle();
}

Activate the different collectors in app/config/config_dev.yml

web_profiler_extra:
    routing:
        enabled:        true
        display_in_wdt: true
    container:
        enabled:        true
        display_in_wdt: true
    assetic:
        enabled:        true
        display_in_wdt: true
    twig:
        enabled:        true
        display_in_wdt: true

If you don't use assetic then you need to disable the assetic collector, (*8)

web_profiler_extra:
    assetic:
        enabled:        false
        display_in_wdt: false

Install assets

Install assets by running to have beautiful icons in your debug bar, (*9)

$ app/console assets:install web/ --symlink

Screenshot

Screenshot, (*10)

The Versions

06/12 2017

dev-master

9999999-dev http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

06/12 2017
27/01 2017

v2.3.4

2.3.4.0 http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

21/12 2015

v2.3.3

2.3.3.0 http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

22/06 2015

v2.3.2

2.3.2.0 http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

01/06 2015

v2.3.1

2.3.1.0 http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

30/01 2015

v2.3.0

2.3.0.0 http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

15/04 2013

2.1.x-dev

2.1.9999999.9999999-dev http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

15/04 2013

v2.1.0

2.1.0.0 http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

15/04 2013

2.2.x-dev

2.2.9999999.9999999-dev http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

15/04 2013

v2.2.1

2.2.1.0 http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

11/04 2013

v2.3.0b1

2.3.0.0-beta1 http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao

25/02 2013

v2.2.0

2.2.0.0 http://github.com/Elao/WebProfilerExtraBundle

Add routing, container, assetic & twig information inside the profiler

  Sources   Download

MIT

The Requires

 

bundle profiler extra elao