Last active
August 29, 2015 14:21
-
-
Save eniuz/b133b2c96cc9c4db8122 to your computer and use it in GitHub Desktop.
symfony-installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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