arkounay / twig-copy-location-bundle
Adds copiable twig filename in the debug toolbar
Installs: 1 004
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.0.0
- symfony/debug-pack: *
- twig/twig: ^2.12|^3.0
README
This just adds the current twig filename in the debug bar, and allows you to copy its path. Also adds the current controller name and path.
Useful when you need to navigate quickly and want to quickly go to the current controller or the current twig, just to copy the file's path in your IDE, search by file, paste, and you're done.
Installation
composer require --dev arkounay/twig-copy-location-bundle