Over the next hour, we're going to take you through some of the most difficult areas of Symfony learning all about security, forms, and parts of Doctrine. We'll also see testing and learn more about how Symfony's service container works. When you get to the end, you'll be well on your way to mastering Symfony.
One of the things we'll be creating is a security system that stores users in the database. This is functionality similar to what's offered by the very popular FOSUserBundle. That bundle is really great, but until you understand how the security system works, you're going to run into limitations. Once you do, you'll feel at home using FOSUserBundle or configuring the security system all on your own.
Highlights:
- Learning and building a form-login security system from scratch
- Loading users from the database
- Using AdvancedUserInterface and UserProviderInterface classes to give us more control over login
- Doctrine Repositories and Querying
- Building forms: creating fields, the data_class option, form type classes
- Form field options & HTML5 validation
- Form rendering
- Functional Testing!
... and of course, tips, tricks, best practices and other little features along the way!