Anik Kanti Sikder Mithu wrote
Laravel eloquent polymorphic relationships explained
Eloquent ORM is one of the most exciting and powerful built-in features in Laravel. Before we start we’ve to understand, what ORM means. ORM means object relational mapper. It handles database operations by representing data as objects. Database records or we better know them as tables are often related to each other. Eloquent maintains these […]
January 26, 2022 in Laravel