1.

Please write the steps to install Symfony2 using composer?

Answer»

COMPOSER create-project symfony/framework-standard-edition ProjectName "2.7.*"

// You Can MENTION here you particular VERSION that you want to install



Discussion

No Comment Found