Prez Project in Symfony 2
, (*1)
![Gitter](https://badges.gitter.im/Join Chat.svg), (*2)
Projet d'apprentissage Symfony 2 pour Presentation by Boyer Julien, (*3)
Presentation of Symfony 2 by Boyer Julien
Presentation de Symfony 2, (*4)
1) 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., (*5)
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:, (*6)
php composer.phar install
2) Testing my app
phpunit -c app/, (*7)
2) Loading datas
php app/console doctrine:fixtures:load, (*8)
3) View documentation
/docs/api/index.html, (*9)