/fil-rouge

Fil rouge du groupe team avec Symfony 2.8

Primary LanguagePHPMIT LicenseMIT

How to use it

Things to do after cloning (first time) :

  • Edit app/config/parameters.yml and put your informations in it

  • Execute those commands :

composer install
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
# Only if you want to use fixtures !
php app/console doctrine:fixtures:load
php app/console server:run

Things to do after pulling (project already on your computer)

  • Execute those commands :
composer install
php app/console doctrine:schema:update --force
php app/console server:run