Symfony development from a Drupal perspective
Submitted by clemens on Sun, 2012/05/20 - 11:31am
While still working on D8MI Let Symfony Translation component handle language messages I needed to code for Symfony to on the Translation component.
So how does that work writing and testing Symfony code?
Download Symfony
cd /tmp
git clone https://github.com/symfony/symfony.git
cd symfony
ls