Libraries tagged by elouquent
gurgentil/laravel-eloquent-sequencer
35861 Downloads
A package that allows you to create and manage sequences on Eloquent models
guidocella/eloquent-populator
55432 Downloads
Guess attributes for Eloquent model factories
gearbox-solutions/eloquent-filemaker
27393 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
fidum/laravel-eloquent-morph-to-one
81038 Downloads
Adds MorphToOne relation to Laravel eloquent
cybercog/laravel-eloquent-flag
12595 Downloads
Laravel Eloquent boolean & timestamp flagged attributes behavior.
alsofronie/eloquent-uuid
308114 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
mpyw/eloquent-has-by-join
104788 Downloads
Convert has() and whereHas() constraints to join() ones for single-result relations.
guidocella/eloquent-insert-on-duplicate-key
555899 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
240609 Downloads
Dynamically disable/enable Laravel's Eloquent model observers
watson/aggregate
110247 Downloads
Extend Laravel's query builder with additional relation aggregates.
veelasky/laravel-hashid
97231 Downloads
HashId Implementation on Laravel Eloquent ORM
typicms/nestablecollection
282543 Downloads
A Laravel Package that extends Collection to handle unlimited nested items following adjacency list model.
torann/laravel-repository
459055 Downloads
Base repository implementation for Laravel