Libraries tagged by eloquent
yadakhov/insert-on-duplicate-key
2830728 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
wildside/userstamps
1421805 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
1631300 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
sofa/eloquence
1429436 Downloads
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
rutorika/sortable
890898 Downloads
Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.
reedware/laravel-relation-joins
969576 Downloads
Adds the ability to join on a relationship by name.
plank/laravel-mediable
1355800 Downloads
A package for easily uploading and attaching media files to models with Laravel
pdphilip/elasticsearch
197999 Downloads
An Elasticsearch implementation of Laravel's Eloquent ORM
nanigans/single-table-inheritance
2216634 Downloads
Single Table Inheritance Trait
multicaret/laravel-acquaintances
240125 Downloads
This light package, with no dependencies, gives Eloquent models the ability to manage friendships (with groups), verifications, and interactions such as: Likes, favorites, votes, subscribe, follow, ..etc. And it includes advanced rating system.
michaelachrisco/readonly
1831778 Downloads
Readonly Models for Laravel 5+
kodeine/laravel-meta
666986 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
kirkbushell/eloquence
809701 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
jpkleemans/attribute-events
415450 Downloads
🔥 Fire events on attribute changes of your Eloquent model
jenssegers/model
3903966 Downloads
An Laravel eloquent-like model class, for Laravel and other frameworks