Useful commands
Symfony and other commands that will help you with development
Controllers
Create Controller
$ bin/console make:controller
> InitControlerEntities and Migrations
Create Entity
$ bin/console make:entityCreate Migration (Difference)
$ bin/console doctrine:migrations:diffRun Migration
$ bin/console doctrine:migrations:migrateLast updated
Was this helpful?