• This repository has been archived on 22/Mar/2023
  • Stars
    star
    262
  • Rank 155,719 (Top 4 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 13 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Elao WebProfilerExtraBundle

Total Downloads

What is this Symfony2 bundle for ?

It adds in your WebProfiler extra sections :

  • 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

Installation

If you are working with Symfony >= 2.2

Add this in your composer.json

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

And run php composer.phar update elao/web-profiler-extra-bundle

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

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

[...]
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

web_profiler_extra:
    assetic:
        enabled:        false
        display_in_wdt: false

Install assets

Install assets by running to have beautiful icons in your debug bar

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

Screenshot

Screenshot

More Repositories

1

PhpEnums

๐Ÿ”ฉ Extended PHP 8.1+ enums features & specific integrations with frameworks and libraries
PHP
324
star
2

ErrorNotifierBundle

This bundle send you an email when an error appear (500 or 404 if enable)
PHP
58
star
3

ElaoFormTranslationBundle

Provides a nice way of generating translation keys for form fields
PHP
44
star
4

ElaoJsonHttpFormBundle

Adds support for JSON POST requests to Symfony Forms
PHP
35
star
5

accesseo

Provide accessibility and SEO insights of your page in Symfony profiler
PHP
29
star
6

symfony-standard

[DEPRECATED] Our version of the Symfony standard edition
PHP
19
star
7

github-agile-dashboard

๐Ÿ“‰ Github Agile Dashboard
JavaScript
19
star
8

ElaoBrowserDetectorBundle

PHP
16
star
9

FormSimpleObjectMapper

๐Ÿ–‡ Eases mapping immutable/value objects to Symfony Forms
PHP
16
star
10

elao_

Elao website & blog
Twig
8
star
11

ElaoAdminBundle

Elao Admin Bundle
PHP
8
star
12

ElaoMceMediaBundle

This bundle handles the integration of File Manager and Image Manager plugins inside TinyMCE
PHP
6
star
13

blog

ELAO Team blog - https://blog.elao.com
CSS
6
star
14

ElaoFormBundle

Tools & enhancements for Symfony 2 forms
PHP
6
star
15

tricot

Jeu de tricot de Noรซl
JavaScript
5
star
16

CommandMigration

Library to run migration commands, for example on deployment
PHP
5
star
17

form.js

Form JS utilities.
JavaScript
5
star
18

container.js

Microscopic dependency injection container for Javascript.
JavaScript
5
star
19

osx-installer

Script to easily setup our dev environment
4
star
20

AcmeApp

React Native Skeleton demo
Objective-C
4
star
21

ReactNativeRealmConnect

Connect React Native components to Realm queries
JavaScript
4
star
22

acetone

Wear gloves!
JavaScript
4
star
23

CmsSlotBundle

Bundle to handle editable cms slot on any page
JavaScript
3
star
24

BootstrapBundle

Bootstrap bundle integration
JavaScript
3
star
25

Facebook

Facebook PHP SDK
PHP
3
star
26

MailjetBundle

Mailjet Integration Bundle
PHP
3
star
27

ElaoConsentBundle

This bundle provides a "cookies toast" allowing you to require user consent before using tracking scripts or cookies.
PHP
2
star
28

symfony-standard-extension

JavaScript
2
star
29

ElaoThemeBundle

Elao Theme Bundle
PHP
2
star
30

ElaoThemeTwitterBootstrap3Bundle

Elao Theme Twitter Bootstrap 3
HTML
2
star
31

ElaoRestActionBundle

REST actions for ElaoAdminBundle
PHP
2
star
32

elao-admin

๐Ÿ“Š ๐Ÿ“ˆ ๐Ÿ”‘ โš™๏ธ
SCSS
2
star
33

rest-framework

Base components to build REST API
JavaScript
1
star
34

ca-mache-quoi

Projet interne dรฉdiรฉ ร  la satisfaction culinaire de la team Elao.
TypeScript
1
star
35

VoucherAuthenticationBundle

Provide authentication through vouchers (for email link).
PHP
1
star
36

ElaoBrowserDetector

PHP
1
star
37

meteor-admin-generator

Scaffolding generator for Meteor elao:meteor-admin package
JavaScript
1
star
38

stylelint-formatter-relative-junit

JavaScript
1
star
39

ElaoThemeElaoStrapBundle

Elao Theme ElaoStrap Bundle
PHP
1
star
40

manala-ci-action

Provision & run commands inside a Manala CI environment with "elao.app" recipe in your Github Actions workflows
1
star
41

talk-stream

Elao Talk streaming how to and config
1
star