Last active
August 29, 2015 14:26
-
-
Save kabdessamad1/c1bc4210a5aad92daeb3 to your computer and use it in GitHub Desktop.
enable twig text extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// app/config/config.yml | |
... | |
services: | |
twig.extension.text: | |
class: Twig_Extensions_Extension_Text | |
tags: | |
- { name: twig.extension } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer require twig/extensions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment