关键词:eloquent

213
Universally Unique Identifier (UUID) for Laravel Eloquent
214
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.
215
Rinvex Contacts is a polymorphic Laravel package, for contact management system. You can add contacts to any eloquent model with ease.
216
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
217
Creating (de-) activatable Eloquent Models made easy.
220
A lightweight MongoDB database library and model for Laravel 4
222
An implementation of the interactor pattern for Laravel.
223
A Sybase driver based Eloquent model and Query builder for Laravel 4
224
Simple admin table listing for bootstrap 3 and laravel 4|5
226
Universal minimalist database wrapper
227
Capsule/Eloquent Service Provider for Silex 2
228
fetch your eloquent models
229
Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.
230
doctrine repository with simple queries inspired by eloquent
231
A MongoDB based Eloquent model and Query builder for Laravel 5
232
Tracks the user responsible for creating, modifying, or deleting an Eloquent model
233
Make your eloquent models filterable with ease.
235
Laravel package that automatically caches and retrieves models when querying records using Eloquent ORM
236
Simple and fluent meta data for Eloquent Models in Laravel 5.
237
Rinvex Tags is a polymorphic Laravel package, for tag management. You can tag any eloquent model with ease, and utilize the awesomeness of Sluggable, and Translatable models out of the box.
238
A CouchDB based Eloquent model and Query builder for Laravel 5.x
239
Implement Single Table Inheritance within the Eloquent ORM
240
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.