Silex Twig Translation Extension up on packagist.com
This blog post was published more than one year ago and might be outdated!
· One min read
Just in case you want to quickly get a Silex application up and running with our Silex Twig Translation extension feel free to use packagist installer.
Simply add the following required dependency in your composer.json file and run the composer install command:
{ "require": { "bitExpert/silex-twig-translation": "*" }}