Definition
Laravel's built-in Object-Relational Mapper (ORM) that provides an elegant, Active Record implementation for working with databases. Each database table has a corresponding Model class used to interact with that table through an expressive, fluent API.

Defined Term