This repository provide a basic Vagrant environment for Symfony development.
You will need to install Vagrant, Virtualbox and composer
When the vagrant virtual machine is up you can simply access your symfony project using http://localhost:8080 and phpmyadmin http://localhost:8081
- Fork this repository
- Change default settings in
setup.sh
like MySQL password and Symfony version - Start vagrant virtual machine
vagrant up
this can take a while - Add Symfony files to your git
git add symfony/
- Your repository is ready to be used. You can now simply clone your repository, run
vagrant up
and the environment is ready