关键词:eloquent

181
Dynamically disable/enable Laravel's Eloquent model observers
182
Use Elasticsearch as a database in Laravel to retrieve Eloquent models and perform aggregations.
183
Make Laravel models instantly searchable, and automatically indexed using Elastic Search.
185
An Eloquent-like interface for Parse
187
Enum attribute casting for Eloquent models
189
Beautiful urls for Laravel pagination
190
An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.
191
This package aims to provide extra functionalities to Laravel's Eloquent
192
Query filter for your Eloquent models.
193
Adds extra functionality to Laravel 4's Eloquent ORM
194
An artisan command to create, list and remove users in a laravel application from the cli
196
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
197
Convert Eloquent models to XML, as well as normal objects.
198
Auto-generates all Eloquent models from the database in a Laravel 5 project.
199
Universally Unique Identifier (UUID) for Laravel Eloquent
202
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
203
A service layer to provide support for search on your Eloquent models. WIP only with elasticsearch support currently.
206
Log Eloquent model changes to a designated logs table
207
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
208
Easy ownership for Eloquent Models on Laravel 5
209
A package that provides a neat implementation to integrate the Repository pattern in Laravel with Eloquent.
210
Handy scopes for the eloquent (Laravel) query builder.