Laravel Eloquent 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 as we better know them tables are often related to each other. Eloquent maintains these relationships […]
