Libraries tagged by Laravel Eloquent
rtconner/laravel-tagging
2583430 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
rennokki/laravel-eloquent-query-cache
2921469 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
anourvalar/eloquent-serialize
8421977 Downloads
Laravel Query Builder (Eloquent) serialization
tucker-eric/eloquentfilter
4004470 Downloads
An Eloquent way to filter Eloquent Models
spatie/laravel-sluggable
8628351 Downloads
Generate slugs when saving Eloquent models
spatie/laravel-schemaless-attributes
6405902 Downloads
Add schemaless attributes to Eloquent models
spatie/laravel-model-states
4042612 Downloads
State support for Eloquent models
genealabs/laravel-model-caching
4027323 Downloads
Automatic caching for Eloquent models.
fico7489/laravel-pivot
5062981 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
dyrynda/laravel-cascade-soft-deletes
2357396 Downloads
Cascading deletes for Eloquent models that implement soft deletes
astrotomic/laravel-translatable
6000060 Downloads
A Laravel package for multilingual models
staudenmeir/belongs-to-through
6537364 Downloads
Laravel Eloquent BelongsToThrough relationships
watson/validating
2834915 Downloads
Eloquent model validating trait.
watson/rememberable
4553686 Downloads
Query caching for Laravel
venturecraft/revisionable
5646818 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel