Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkounay/twig-copy-location-bundle
Adds copiable twig filename in the debug toolbar
https://github.com/arkounay/twig-copy-location-bundle
Last synced: 3 months ago
JSON representation
Adds copiable twig filename in the debug toolbar
- Host: GitHub
- URL: https://github.com/arkounay/twig-copy-location-bundle
- Owner: Arkounay
- Created: 2019-03-26T13:06:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T15:10:14.000Z (about 1 year ago)
- Last Synced: 2024-10-10T13:03:25.890Z (3 months ago)
- Language: PHP
- Size: 43 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twig Copy Location Bundle
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.
![demo-image](https://github.com/arkounay/twig-copy-location-bundle/blob/master/demo.png)
### Installation
`composer require --dev arkounay/twig-copy-location-bundle`