Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

afpa-mx2016/tautof

Repository files navigation

Build Status

tautof

practical exercice with Symfony FW, release of an advert app.

  • be able to search for an advert according to car maker/ model
  • add an advert
  • show basic security features ( register / login / protected area )

install

git clone this repo

  • install dependencies : composer install
  • create a database
  • copy app/config/parameters.dist.yml to app/config/parameters.ymland change your custom settings
  • import initial sql file: php bin/console doctrine:fixtures:load --append --fixtures=src/AppBundle/DataFixtures/ORM/init