Symfony framework on Cloud9

蓝咒 提交于 2019-12-13 20:26:42

问题


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.


回答1:


Here you have the answer.

https://docs.c9.io/docs/symfony2

I already create one.




回答2:


Note : I assume you are currently on an empty project/repository.

Run the following commands :

  1. Download the composer.phar executable : $ curl -sS https://getcomposer.org/installer | php
  2. Create the project on the current folder : $ php composer.phar create-project symfony/framework-standard-edition projectName/

External links :

  • The Symfony Book
  • Composer project on github


来源:https://stackoverflow.com/questions/14808424/symfony-framework-on-cloud9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!