Skip to content

Instantly share code, notes, and snippets.

@kabdessamad1
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kabdessamad1/c1bc4210a5aad92daeb3 to your computer and use it in GitHub Desktop.
Save kabdessamad1/c1bc4210a5aad92daeb3 to your computer and use it in GitHub Desktop.
enable twig text extension
// app/config/config.yml
...
services:
twig.extension.text:
class: Twig_Extensions_Extension_Text
tags:
- { name: twig.extension }
composer require twig/extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment