Libraries tagged by elquent
sofa/eloquence-mappable
1282426 Downloads
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
sofa/eloquence-base
1813134 Downloads
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
shiftonelabs/laravel-cascade-deletes
397577 Downloads
Adds application level cascading deletes to Eloquent Models.
rtconner/laravel-likeable
348867 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
rinvex/laravel-categories
146216 Downloads
Rinvex Categories is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
rawilk/laravel-settings
83043 Downloads
Store Laravel application settings in the database.
qcod/laravel-settings
162884 Downloads
Store key value pair in database as settings
qcod/laravel-imageup
102739 Downloads
Auto Image upload, resize and crop for Laravel eloquent model using Intervention image
qcod/laravel-app-settings
85423 Downloads
A package with UI to store and manage all the settings for your application
pdphilip/opensearch
86623 Downloads
An OpenSearch implementation of Laravel's Eloquent ORM
pdphilip/elasticsearch
72149 Downloads
An Elasticsearch implementation of Laravel's Eloquent ORM
mtolhuys/laravel-schematics
73121 Downloads
A interface to help you build your models
mostafaznv/laracache
33792 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
mopo922/laravel-treats
370047 Downloads
A collection of goodies for Laravel 5.
mikebronner/laravel-pivot-events
18780 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.