This tutorial will guide you through the process of creating a full featured blogging website using Symfony2. The Standard Distribution of the Symfony2 framework will be used, which includes the main components you will need when building your own websites. The tutorial is split into a number of parts, each part covering different aspects of Symfony2 and its components. This tutorial is aimed to be worked through similar to the symfony 1 Jobeet tutorial.
.. toctree:: :maxdepth: 1 docs/configuration-and-templating docs/validators-and-forms docs/doctrine-2-the-blog-model docs/extending-the-model-blog-comments docs/customising-the-view-more-with-twig docs/testing-unit-and-functional-phpunit
The symblog website can be viewed at http://symblog.co.uk. The source code is available via Github. It follows along with each part of the tutorial
This tutorial aims to cover the common tasks you are faced with when creating websites using Symfony2.
- Bundles
- Controllers
- Templating (Using TWIG)
- Model - Doctrine 2
- Migrations
- Data Fixtures
- Validators
- Forms
- Routing
- Asset Management
- Emailing
- Environments
- Customising Error pages
- Security
- The User & Sessions
- CRUD Generation
- Caching
- Testing
- Deployment
Symfony2 is highly customisable and provides a number of different ways to perform the same task. Some examples of this include writing configuration options in YAML, XML, PHP, or Annotation, and creating templates using Twig or PHP. To keep this tutorial simple we will use YAML and Annotations for configuration and Twig for templating. The Symfony book provides a great resource for examples of how to use the other methods. If other people would like to contribute to the completion of alternative methods simply fork the repository on Github and send over the pull requests :)
Symblog has been translated into Spanish thanks to the contribution by Lisper.
Symblog has been translated into French thanks to the contribution by Clement Keirua.
Symblog has been translated into Brazilian Portuguese thanks to the contribution by TotLab - Pesquisa e Desenvolvimento Web.
This tutorial is being created by dsyph3r.
The source for this tutorial is available on Github. If you would like to improve and extend this tutorial simply fork the project and send over the pull requests. You can also raise issues using the GitHub Issue Tracker. If any one is interested in creating a much more visually pleasing design please get in touch!
Special thanks to all the contributors of the Official Symfony2 documentation. This provided an invaluable resource of information.
Flag Icons sourced from famfamfam.
Looking for a specific topic? Use the :ref:`search`.