Symfony 6 - Databases and the Doctrine ORM (CRUD operations)

Опубликовано: 19 Ноябрь 2024
на канале: Tanya WebDev
2,274
34

💡 You can support the channel on Patreon:   / tatyana_webdev  

🌟 Doctrine playlist:    • Symfony 6 - Databases and the Doctrin...  

⭐️ Tutorial Contents ⭐️

◆ (00:00) Let's start

◆ (00:44) How to install Doctrine?

◆ (02:17) How to configure the Database?

◆ (05:56) What is an Entity and how to create it?

◇ (08:35) What does Entity consist of?
◇ (10:49) What is a Repository and what does it consist of?

◆ (14:15) How to create the Database Tables/Schema?

◇ (14:40) doctrine:schema:update command
◇ (16:14) Migrations

◆ (19:33) How to add rows in a table? Create operation in Doctrine

◆ (24:49) How to get objects from the Database? Read operation in Doctrine

◇ (24:56) By using ManagerRegistry as a controller method argument
◇ (16:14) By using Repository as a controller method argument
◇ (29:15) Automatically fetching objects

◆ (30:37) How to update a row in a table? Update operation in Doctrine

◆ (34:35) How to delete a row in a table? Delete operation in Doctrine

___
You can find me on:
LinkedIn:   / tatyana-webdev  

#coding #php #symfony #symfony6 #doctrineORM