Walking Through The Initial App


In this video we take a quick walk through of the Contact Form application we will be building in the first part of this series.

Essentially it's a basic contract / support form which allows an end user of our web site to fill in their email address and message, and when they submit the form it will create and send an email off to our awaiting email inbox.

This application is initially very basic. Towards the end of this series we will have expanded further on this application to include a secure members area, where our users are loaded using Doctrine, and our form has pre-populated fields from our user data.

We won't be using any third party code in this series - and specifically not FOSUserBundle. It's key to understand how this all works without simply relying on bundles.

Code For This Course

Get the code for this course.

Episodes