- run "php -S 0.0.0.0:8000 -t web"
- Acces http://localhost:8000/app_dev.php/demo/contact
#Tasks:
- Add a drop down for "category" the contact form (standard values "Sales"/ "Technical Questions" / "Other"
- Create a Doctrine Entity for contact requests
- Store contact requests into the database (/demo/contact)
- Write a test that verifies that contact requests are stored properly
- Think about other useful tests