Skip to content
#

model-driven-design

Here is 1 public repository matching this topic...

Language: PHP
Filter by language

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.

  • Updated Feb 19, 2024
  • PHP

Improve this page

Add a description, image, and links to the model-driven-design topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the model-driven-design topic, visit your repo's landing page and select "manage topics."

Learn more