Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Adding routing, container, assetic & twig information in the web profiler

License

Notifications You must be signed in to change notification settings

cbsi-cmg/legacy-WebProfilerExtraBundle

 
 

Repository files navigation

Installation

deps

        [WebProfilerExtraBundle]
            git=http://github.com/Elao/WebProfilerExtraBundle.git
            target=bundles/Elao/WebProfilerExtraBundle

(add to deps file and run ./bin/vendors install)

AppKernel

        //...


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

        //...

Autoloading

        //...

        'Elao'             => __DIR__.'/../vendor/bundles',

        //...

app/config/config_dev.yml

    web_profiler_extra:
        routing:    true
        container:  true
        assetic:    true
        twig:       true

Install assets

    $ `app/console assets:install web`

About

Adding routing, container, assetic & twig information in the web profiler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%