Рет қаралды 74
We are going to cover the following topics today
(A further explanation about autowiring left from the previous class),
Installing Doctrine ORM for databases,
Connecting to Databases in Symfony,
Manually Creating Entity and Entity Repository class,
Executing Migrations,
Creating Entity Types using the Maker bundle,
Adding dummy data(Entities)to our tables using Fixtures and Foundry.
Creating, Reading, Updating and Deleting Entities.(Entities CRUD)