Libraries tagged by eloquet
watson/rememberable
5770664 Downloads
Query caching for Laravel
plank/laravel-mediable
1719265 Downloads
A package for easily uploading and attaching media files to models with Laravel
outl1ne/nova-sortable
2357884 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
nicolaslopezj/searchable
2993882 Downloads
Eloquent model search trait.
fico7489/laravel-pivot
6719060 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
dyrynda/laravel-model-uuid
3271091 Downloads
This package allows you to easily work with UUIDs in your Laravel models.
baum/baum
1682721 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
tightenco/parental
2629327 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
tailflow/laravel-orion
750175 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
10007454 Downloads
Eloquent virtual column.
spatie/laravel-model-status
2006035 Downloads
A package to enable assigning statuses to Eloquent Models
mike-bronner/laravel-model-caching
228951 Downloads
Automatic caching for Eloquent models.
laravel/legacy-factories
34232976 Downloads
The legacy version of the Laravel Eloquent factories.
dyrynda/laravel-cascade-soft-deletes
3901194 Downloads
Cascading deletes for Eloquent models that implement soft deletes
bkwld/cloner
2482366 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.