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)
翻译 - 基于MongoDB的口语模型和Laravel的查询生成器(口语)
Associate files with Eloquent models
翻译 - 将文件与雄辩模型关联
Use WordPress backend with Laravel or any PHP application
翻译 - 将WordPress后端与Laravel或任何PHP应用程序一起使用
Laravel Eloquent roles and abilities.
翻译 - 雄辩的角色和能力。
Multilingual PHP CMS built with Laravel and bootstrap
翻译 - 使用Laravel和Bootstrap构建的多语言PHP CMS
Making Eloquent models translatable
翻译 - 使雄辩的模型可翻译
An Eloquent Way To Filter Laravel Models And Their Relationships
Add tags and taggable behaviour to your Laravel app
An opinionated package to create slugs for Eloquent models
Maps Laravel Eloquent models to Elasticsearch types
翻译 - 将Laravel雄辩的模型映射到Elasticsearch类型
A Laravel package for multilingual models
翻译 - 用于多语言模型的Laravel软件包
#Laravel 库#It's easy to work with a virtual wallet
翻译 - 使用虚拟钱包轻松工作
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 o...
翻译 - 向Laravel雄辩的模型添加社会反应。它使人们能够表达对内容的感受。完全可定制的加权反应系统和反应类型系统,包括喜欢,不喜欢和任何其他自定义类型。你有反应吗
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...