Libraries tagged by elequent
mpyw/eloquent-has-by-join
104994 Downloads
Convert has() and whereHas() constraints to join() ones for single-result relations.
guidocella/eloquent-insert-on-duplicate-key
556121 Downloads
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent
adamwathan/eloquent-oauth-l5
50851 Downloads
Stupid simple OAuth authentication with Laravel and Eloquent
adamwathan/eloquent-oauth
58072 Downloads
Stupid simple OAuth authentication with Laravel and Eloquent
zachflower/ignorable-observers
240910 Downloads
Dynamically disable/enable Laravel's Eloquent model observers
watson/aggregate
110401 Downloads
Extend Laravel's query builder with additional relation aggregates.
veelasky/laravel-hashid
97524 Downloads
HashId Implementation on Laravel Eloquent ORM
typicms/nestablecollection
282777 Downloads
A Laravel Package that extends Collection to handle unlimited nested items following adjacency list model.
torann/laravel-repository
459252 Downloads
Base repository implementation for Laravel
toponepercent/baum
18215 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
stephenjude/default-model-sorting
69061 Downloads
Add default sorting column to your eloquent model
sleimanx2/plastic
140538 Downloads
Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.
sebastiaanluca/laravel-boolean-dates
64750 Downloads
Automatically convert Eloquent model boolean attributes to dates (and back).
rennokki/rating
15179 Downloads
Laravel Eloquent Rating allows you to assign ratings to any model.
reedware/laravel-composite-relations
35642 Downloads
Adds the ability define composite eloquent relations.