Connectory How 2 run Setup: run the following commands in the right order to setup php bin/console doctrine:database:create Run: symfony server:start other commands To migrate (so if you add / remove fields to the ORM): php bin/console make:migration php bin/console doctrine:migrations:migrate