Libraries tagged by elouquent
cviebrock/eloquent-taggable
624094 Downloads
Easy ability to tag your Eloquent models in Laravel.
asantibanez/laravel-eloquent-state-machines
450417 Downloads
State machines for your Laravel Eloquent models
yadakhov/insert-on-duplicate-key
2751910 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
wildside/userstamps
1292813 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
1559758 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
sofa/eloquence
1390173 Downloads
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
rutorika/sortable
825685 Downloads
Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.
reedware/laravel-relation-joins
839281 Downloads
Adds the ability to join on a relationship by name.
plank/laravel-mediable
1262423 Downloads
A package for easily uploading and attaching media files to models with Laravel
outl1ne/nova-sortable
1250612 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
optimistdigital/nova-sortable
1869306 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
nanigans/single-table-inheritance
2024109 Downloads
Single Table Inheritance Trait
multicaret/laravel-acquaintances
220898 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
1659335 Downloads
Readonly Models for Laravel 5+
kodeine/laravel-meta
597722 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.