Eloquent is the default ORM (Object-Relational Mapping) included with the framework. It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
pdo query-builder eloquent-orm database-mapping object-relational-mapping database-models orm-queries model-driven-design php-database-models
- Updated
Sep 22, 2025 - PHP