Chapter 2. Commands and Templates
In this chapter, we will review two of the most common kinds of extensions that you will encounter while working on a Symfony project:
Commands: They are similar to the ones that Symfony brings you, such as the ones already in the framework (
cache:clear
,doctrine:database:create
, and so on)Twig: It's relatively easy to extend the templating language of Symfony as well