DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

Symfony Tutorial: Building a Blog (Part 2)

Symfony is a PHP framework as well as a set of reusable PHP components and libraries. It uses the Model-View-Controller design pattern and can be scaled to be used in any requirement. It aims to speed up the creation and maintenance of web applications, replacing repetitive code.

In this part of the tutorial, we will cover installing Bootstrap, a UI framework for web applications, to make the blog engine look nicer visually.

Read on 🎼

Top comments (0)