Libraries tagged by eflo
rennokki/laravel-eloquent-query-cache
4423853 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
matanyadaev/laravel-eloquent-spatial
3612940 Downloads
Spatial library for Laravel
anourvalar/eloquent-serialize
24514411 Downloads
Laravel Query Builder (Eloquent) serialization
wildside/userstamps
1938738 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
watson/validating
3518219 Downloads
Eloquent model validating trait.
watson/rememberable
5593566 Downloads
Query caching for Laravel
venturecraft/revisionable
7063515 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
nicolaslopezj/searchable
2890625 Downloads
Eloquent model search trait.
fico7489/laravel-pivot
6501218 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
dyrynda/laravel-model-uuid
3115672 Downloads
This package allows you to easily work with UUIDs in your Laravel models.
baum/baum
1647962 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
astrotomic/laravel-translatable
8366895 Downloads
A Laravel package for multilingual models
tightenco/parental
2299764 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
tailflow/laravel-orion
705439 Downloads
Orion for Laravel allows you to build a fully featured REST API based on your Eloquent models and relationships with the simplicity of Laravel as you love it.
stancl/virtualcolumn
8725202 Downloads
Eloquent virtual column.