The series Symfony2 Tutorial for Beginners will describe the development of a website with Symfony2 step by step. At the end of this tutorial the reader should be able to set up a Symfony2 project and design a basic interactive website with multiple pages, forms, logins and persistable data.
Symfony2 Tutorial
- Part 1: The Planning Stage of Website Development
- Part 2: Netbeans and Symfony2: Setting everything up
- Part 3: The first static Page: Routing, Templates, Twig
- Part 4: User Submissions: Controller, Forms, E-Mail
- Part 5: Storing Data: Entities, Doctrine, Sql
Further Reading
- Symfony2 – The Book: Information on the basics of Symfony2
- Symfony2 – The Cookbook: In depth description of specific aspects of Symfony2
- Creating a blog in Symfony2: Also a great tutorial for Symfony2
- A fast introduction to Symfony2: Compact overview of Symfony2 functionality with examples