How can I use this jewel to start a Symfony2 Standard Edition project? Have a look at how easy it is:
This file contains 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
# 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 |
Now you have an empty symfony2 project to start coding inside
directory
.Go and have some fun! :)
No comments:
Post a Comment