Skip to content

Instantly share code, notes, and snippets.

View marcobax's full-sized avatar

Marco Bax marcobax

View GitHub Profile
@pschultz
pschultz / config.yml
Created June 27, 2014 14:59
Enable Twig's Text extension in Symfony 2
services:
twig.extension.text:
class: Twig_Extensions_Extension_Text
tags:
- { name: twig.extension }