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
877
1 天前

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

PHP
449
1 个月前

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

PHP
188
1 天前

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

PHP
183
1 天前

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

PHP
135
1 个月前

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

PHP
115
1 年前

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

PHP
104
10 天前

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
99
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
94
5 个月前

An OpenSearch implementation of Laravel's Eloquent ORM

PHP
42
1 个月前

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

PHP
36
4 个月前

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

PHP
34
4 个月前

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 年前

Larasort : Column sorting with Laravel - Eloquent sortable

PHP
25
5 个月前

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
8 年前

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
7 年前