Skip to content

Commit e9927f7

Browse files
authored
related: +1
1 parent e63081c commit e9927f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/eloquent/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ display_name: Eloquent ORM
33
short_description: Eloquent is an ORM which is part of the Laravel framework
44
aliases: eloquent-orm
55
topic: eloquent
6-
related: laravel, orm
6+
related: laravel, orm, moloquent
77
url: https://laravel.com/docs/eloquent
88
---
99
**Eloquent** is an ORM which is part of the Laravel framework. When using Eloquent, each database table has a corresponding "Model" that is used to interact with that table. Eloquent models are usually stored in `app/Models` and extend from Laravel's model base class `Illuminate\Database\Eloquent\Model`. In addition to retrieving records from the database table, Eloquent models allow you to insert, update, and delete records from the table as well.

0 commit comments

Comments
 (0)