39.Eloquent ORM Tutorial ( Belongs To + Query Builder )

Опубликовано: 13 Февраль 2019
на канале: Learn Hunter
3,004
21

The Eloquent ORM. An ORM is an object-relational mapper, and Laravel has one that you will absolutely love! It is named "Eloquent," because it allows you to work with your database objects and relationships using an eloquent and expressive syntax. The Eloquent ORM is Laravel's built-in ORM implementation