[WebProfilerExtraBundle]
git=http://github.com/Elao/WebProfilerExtraBundle.git
target=bundles/Elao/WebProfilerExtraBundle
(add to deps file and run ./bin/vendors install
)
//...
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
//.. (just add)
$bundles[] = new Elao\WebProfilerExtraBundle\WebProfilerExtraBundle();
}
//...
//...
'Elao' => __DIR__.'/../vendor/bundles',
//...
web_profiler_extra:
routing: true
container: true
assetic: true
twig: true
$ `app/console assets:install web`