webonaute/twig-debug-helper-bundle

Allow frontend developper to see in which template the html has been generated by adding template reference in the output source.

Installs: 2 049

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:symfony-bundle

2.0.0 2018-03-20 15:22 UTC

This package is auto-updated.

Last update: 2024-03-26 02:15:32 UTC


README

=============================== Latest Stable Version Total Downloads Latest Unstable Version License

Help frontend developer to find in which template the html stand in.

Caution: It is highly not recommended to use this bundle in production.

Installation

Symfony <= 3.3

run composer require webonaute/twig-debug-helper-bundle ^1.0

Symfony > 3.4

run composer require webonaute/twig-debug-helper-bundle ^2.0

Configuration

Add these 2 lines to your config_dev.yml

twig:
    base_template_class: Webonaute\TwigDebugHelperBundle\Twig\DebugTemplate

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE