eloquence
by kirkbushell
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
eloquence
by alimfazeli
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
eloquence-base
by sofa
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
eloquence-mappable
by sofa
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
eloquence-metable
by sofa
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
eloquence-mutable
by sofa
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
eloquence-validable
by sofa
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
eloquent-blameable
Blameable behavior implementation for your Eloquent Model in Laravel
eloquent-changed-by-user
This simple trait written for eloquent allows you to automaticly write down id of last user changed the database record.
eloquent-date
by seiler
A trait for Eloquent models to help you work with dates in different languages
eloquent-enhancements
by sigep
This package aims to provide extra functionalities to Laravel's Eloquent
eloquent-export
by faulker
A CLI tool for exporting and importing database data using Laravel's Eloquent models
eloquent-filter
by mehdi-fathi
Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.
eloquent-has-by-non-dependent-subquery
by mpyw
Convert has() and whereHas() constraints to non-dependent subqueries.
eloquent-incrementable
by bytestgear
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
eloquent-insert-on-duplicate-key
by guidocella
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent
eloquent-ldap
by sroutier
A Laravel package that first tries to log the user against the internal database if that fails, it tries against the configured LDAP/AD server.
eloquent-localizable
by folklore
Laravel 4 and 5 package to add localization capabilities to Eloquent Models
eloquent-model-generator
by user11001
Auto-generates all Eloquent models from the database in a Laravel 5 project.