Summary
In this chapter, we have seen how to build a blog, which classes we need to create, how to create files for the pages, how they should be structured as HTML, and how it is possible to render the data thanks to the Twig framework. We have also seen how the routes of a site are built and how it is possible to choose which content to display based on the request, through the use of the routing.yml
file and the BlogController
controller. Finally, we learned how to build Bootstrap layouts for our site and learned how to create templates with the Bootstrap framework.
In the next chapter, we will learn how to build reusable components called Bricks that can be placed in CMS or Multiple Virtual Storage (MVS) pages and, moreover, can be ported from project to project using bundles.