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

Latest commit

 

History

History
20 lines (14 loc) · 679 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 679 Bytes

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