Repository navigation

#

Eloquent ORM

laravel.com

相关主题

Laravel对象关系映射(ORM)

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.

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)

PHP
7090
11 天前
spatie/laravel-medialibrary

Associate files with Eloquent models

PHP
6017
16 天前

Use WordPress backend with Laravel or any PHP application

PHP
4768
7 个月前

An Eloquent Way To Filter Laravel Models And Their Relationships

PHP
1766
2 个月前

Add tags and taggable behaviour to your Laravel app

PHP
1706
1 个月前
PHP
1661
6 个月前

An opinionated package to create slugs for Eloquent models

PHP
1494
1 个月前

Sortable behaviour for Eloquent models

PHP
1479
1 个月前

Maps Laravel Eloquent models to Elasticsearch types

PHP
1363
1 年前

State support for models

PHP
1240
1 个月前
cybercog/laravel-love

Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?

PHP
1189
7 个月前

Multi-columns relationships for Laravel's Eloquent ORM

PHP
1184
1 天前

GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.

Go
1152
10 个月前

Cascading deletes for Eloquent models that implement soft deletes

PHP
1135
7 个月前