Skip to content

Instantly share code, notes, and snippets.

@eniuz
Last active August 29, 2015 14:21
Show Gist options
  • Save eniuz/b133b2c96cc9c4db8122 to your computer and use it in GitHub Desktop.
Save eniuz/b133b2c96cc9c4db8122 to your computer and use it in GitHub Desktop.
symfony-installer
sudo curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony
sudo chmod +x /usr/local/bin/symfony
symfony new my_new_project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment