Skip to content

Instantly share code, notes, and snippets.

@xphere
Created October 17, 2012 20:15
Show Gist options
  • Save xphere/3907873 to your computer and use it in GitHub Desktop.
Save xphere/3907873 to your computer and use it in GitHub Desktop.
How to start a new Symfony2 project easily with Composer
# Download composer as explained in http://getcomposer.org/download
> curl -s https://getcomposer.org/installer | php
# Create a new Symfony2 project
> composer.phar create-project symfony/framework-standard-edition directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment