Symfony 3: Doctrine & the Database
Learn how to use Doctrine and make database interactions easier with Symfony. Master entity classes, migrations, querying, and more. Start now!
What you’ll be learning
With already two courses checked off, you are primed and ready to put Symfony to work! And that’s what this course is all about: making things more interesting by talking to the database with Doctrine.
Doctrine has a reputation for being tough to learn, and that’s unfortunate, because it’s an amazing tool. In this tutorial, we’ll get you rolling with Doctrine: learn how to use it, how to get hard work done easily and how to avoid the common pitfalls that can make Doctrine hard:
Creating entity classes
Managing migrations
Saving new data
Querying for data
Custom repositories
Custom queries and the query builder
Fixtures (Dummy data) using Faker
… and (like always) a lot more goodies are mixed in.