symfomany / prez
Project based on Symfony 2 By Symfomany
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 1
Type:project
Requires
- php: >=5.3.3
- doctrine/doctrine-bundle: ~1.2
- doctrine/doctrine-fixtures-bundle: 2.2.*
- doctrine/orm: ~2.2,>=2.2.3
- incenteev/composer-parameter-handler: ~2.0
- sensio/distribution-bundle: ~3.0
- sensio/framework-extra-bundle: ~3.0
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.5.*
- twig/extensions: ~1.0
Requires (Dev)
- elao/web-profiler-extra-bundle: dev-master
- sensio/generator-bundle: ~2.3
This package is not auto-updated.
Last update: 2024-11-05 08:40:43 UTC
README
![Gitter](https://badges.gitter.im/Join Chat.svg)
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