Is there a way to setup a Symfony project on Cloud9?
I found some articles on creating Yii projects this way, but nothing on Symfony.
Is there a way to setup a Symfony project on Cloud9?
I found some articles on creating Yii projects this way, but nothing on Symfony.
Note : I assume you are currently on an empty project/repository.
Run the following commands :
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project symfony/framework-standard-edition projectName/
External links :