Libraries tagged by eloquent
baum/baum
1451838 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
laravelbook/ardent
1413012 Downloads
Self-validating smart models for Laravel 5's Eloquent ORM
outl1ne/nova-sortable
942353 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
optimistdigital/nova-sortable
1737720 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
genealabs/laravel-pivot-events
3514202 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
fico7489/laravel-pivot
4620194 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
eloquent/enumeration
5125596 Downloads
An enumeration implementation for PHP.
tailflow/laravel-orion
325312 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
3158716 Downloads
Eloquent virtual column.
spatie/laravel-model-status
1203791 Downloads
A package to enable assigning statuses to Eloquent Models
spatie/laravel-model-flags
546720 Downloads
Add flags to Eloquent models
ryangjchandler/orbit
115020 Downloads
A flat-file database driver for Eloquent.
laracraft-tech/laravel-date-scopes
105059 Downloads
Some useful date scopes for your Laravel Eloquent models!
bkwld/cloner
1332415 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
ajcastro/eager-load-pivot-relations
1056172 Downloads
Eager load pivot relations for Laravel Eloquent's BelongsToMany relation.