csimon-web / tautof

symfony first app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

symfony first app


Languages

Language:PHP 72.1%Language:CSS 14.8%Language:HTML 10.7%Language:ApacheConf 2.4%