Libraries tagged by eloqua
gzero/eloquent-tree
55028 Downloads
Eloquent Tree is a tree model for Laravel Eloquent ORM.
gurgentil/laravel-eloquent-sequencer
40640 Downloads
A package that allows you to create and manage sequences on Eloquent models
gearbox-solutions/eloquent-filemaker
39583 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
fidum/laravel-eloquent-morph-to-one
100000 Downloads
Adds MorphToOne relation to Laravel eloquent
cybercog/laravel-eloquent-flag
15077 Downloads
Laravel Eloquent boolean & timestamp flagged attributes behavior.
cerbero/eloquent-inspector
10501 Downloads
Inspect Laravel Eloquent models to collect properties, relationships and more.
alsofronie/eloquent-uuid
319193 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
mpyw/eloquent-has-by-join
123974 Downloads
Convert has() and whereHas() constraints to join() ones for single-result relations.
guidocella/eloquent-insert-on-duplicate-key
570557 Downloads
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent
zachflower/ignorable-observers
271573 Downloads
Dynamically disable/enable Laravel's Eloquent model observers
ymigval/laravel-model-cache
1947 Downloads
Laravel package for caching Eloquent model queries
watson/aggregate
122810 Downloads
Extend Laravel's query builder with additional relation aggregates.
veelasky/laravel-hashid
124465 Downloads
HashId Implementation on Laravel Eloquent ORM
typicms/nestablecollection
302133 Downloads
A Laravel Package that extends Collection to handle unlimited nested items following adjacency list model.
torann/laravel-repository
479131 Downloads
Base repository implementation for Laravel