Skeleton for Symfony 2 application with Vagrant
git clone [email protected]:vicentgodella/symfony2-vagrant-skeleton.git
Inside project folder,
composer install
In file '/etc/hosts' add: 127.0.0.1 sf2-vagrant.dev
Type http://sf2-vagrant.dev:8080/app_dev.php in browser.