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