symfomany/prez
Composer 安装命令:
composer create-project symfomany/prez
包简介
Project based on Symfony 2 By Symfomany
README 文档
README

Projet d'apprentissage Symfony 2 pour Presentation by Boyer Julien
Presentation of Symfony 2 by Boyer Julien
- Installing the Standard Edition
Use Composer (recommended)
- curl -s http://getcomposer.org/installer | php --
- php composer.phar install --dev
- php app/console doctrine:database:drop --force
- php app/console doctrine:database:create
- php app/console doctrine:schema:update --force
Download an Archive File
To quickly test App in SYmfony 2, you can also download an [archive][3] of the Standard Edition and unpack it somewhere under your web server root directory.
If you downloaded an archive "without vendors", you also need to install all the necessary dependencies. Download composer (see above) and run the following command:
php composer.phar install
- Testing my app
phpunit -c app/
- Loading datas
php app/console doctrine:fixtures:load
- View documentation
/docs/api/index.html
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-19