# Symfony Cheat Sheet <b>SensioFrameworkExtraBundle</b> adds conventions and annotations to be used in controllers. `composer require sensio/framework-extra-bundle` ## Doctrine Commands **Creating an Entity Class** `symfony console make:entity` **Creating the Database Tables/Schema** `symfony console make:migration` **Execute migrations** `symfony console doctrine:migrations:migrate`