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 minimalistic analytics package for Laravel with seamless view tracking for Eloquent models

PHP
863
3 天前

Eloquent Filter is a package for filter data of models by the query strings. Easy to use and fully dynamic.

PHP
449
5 天前

Laravel Rewind is a powerful and efficient versioning package for your Eloquent models

PHP
181
2 个月前

🔍 Enhance Laravel queries with adaptable, customisable filters and intelligent caching to improve both performance and functionality.

PHP
165
2 个月前

Laravel Elasticsearch: An Elasticsearch implementation of Laravel's Eloquent ORM

PHP
116
2 天前

Laravel Advanced API Architecture for Small to Big Project with Auth, Repository, Interfaces, Unit Testing and so many stuffs with Laravel 11.x

PHP
109
1 年前

More powerful Golang ORM, just like Laraval or Thinkphp's eloquent ORM framework, Use easily but highly secure and performance enhanced in the core. Based on database/sql

Go
101
1 年前

⏰📊✨Laravel Time Series - Provides an API to create and maintain data projections (statistics, aggregates, etc.) from your Eloquent models, and convert them to time series.

PHP
92
23 天前

✨ WordPress ORM with Eloquent, an object-relational mapper that makes it enjoyable to interact with your database.

PHP
85
11 天前

Low code , Zero Configuration ORM that creates models, config, database and tables on the fly.

PHP
34
6 天前

An OpenSearch implementation of Laravel's Eloquent ORM

PHP
33
8 天前

Opportunity - A Job Portal Site with Laravel and MySQL. Search job with job title or location. Save/apply for the job. Edit information and build an online resume. An employer can post a job, view candidates' resume who are applied for the job.

Blade
26
2 年前

This package is a tool that creates Laravel migration files by inspecting the application's models.

PHP
25
9 天前

Larasort : Column sorting with Laravel - Eloquent sortable

PHP
25
22 天前

Actually some times i forget the syntax or uses it's really painful for me to search over google and see documentation again again what's why i put some uses of eloquent query what i need for project :)

21
7 年前

Use eloquent in php without laravel

PHP
21
7 年前

Eloquence provides a cache on top of Eloquent that prevents multiple models being created for a single database row using the Identity Map design pattern.

PHP
18
5 年前

jLoquent - A Java ORM based on Laravel's Eloquent

Java
17
6 年前