Libraries tagged by elouquent
wildside/userstamps
1080470 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.
usmanhalalit/laracsv
1406618 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
spiritix/lada-cache
368666 Downloads
A Redis based, automated and scalable database caching layer for Laravel
sofa/eloquence
1281328 Downloads
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
reedware/laravel-relation-joins
638435 Downloads
Adds the ability to join on a relationship by name.
plank/laravel-mediable
1104502 Downloads
A package for easily uploading and attaching media files to models with Laravel
outl1ne/nova-sortable
912080 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
optimistdigital/nova-sortable
1725443 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
nanigans/single-table-inheritance
1715988 Downloads
Single Table Inheritance Trait
multicaret/laravel-acquaintances
193379 Downloads
This light package, with no dependencies, gives Eloquent models the ability to manage friendships (with groups). And interactions such as: Likes, favorites, votes, subscribe, follow, ..etc. And it includes advanced rating system.
michaelachrisco/readonly
1394824 Downloads
Readonly Models for Laravel 5+
kodeine/laravel-meta
483579 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
kirkbushell/eloquence
556003 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
jenssegers/model
3166592 Downloads
An Laravel eloquent-like model class, for Laravel and other frameworks
genealabs/laravel-pivot-events
3451345 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.