Doctrine, Symfony 6 & the Database
Please rate the course
Source:
Category:
Language:
English
Duration:
02:29:04
Number of lessons:
22
Added date:
21/05/2024
Rating:
0.0
Course short description
This tutorial is all about Doctrine: a powerful ORM that will allow us to talk to a database from inside our Symfony app. With the power of PHP 8 & tools inside Symfony, Doctrine is not only the most powerful ORM in PHP, it's also a joy to work with. You are going to love it!
- Booting a database with Docker via the Flex recipe system
- Database config
- Creating (and updating) Entities with make:entity
- Generating & using migrations
- Inserting new data
- Fetching & Querying for data
- Doctrine Repositories
- Custom queries and the query builder
- Fixtures (Dummy data) using Foundry
- Relationships & Associations