Libraries tagged by eloquent aes
velitsol/eloquent-filter
11 Downloads
A laravel package to filter eloquent models and their relationships based on URL query strings.
cupoftea/eloquent-snake-relations
19 Downloads
A simple trait to access your Eloquent relations using its snake_case property
wp-kit/wordpress-eloquent
469 Downloads
A Laravel wrapper for wordpress which turns all Wordpress models into Laravel Eloquent Models.
testmonitor/eloquent-searchable
531 Downloads
A Laravel package that adds search functionality to Eloquent models, allowing for various search techniques such as exact and partial matches.
testmonitor/eloquent-lockable
47 Downloads
Make Eloquent models read-only after they're locked. Prevents updates and deletes based on a `locked` attribute.
testmonitor/eloquent-calculated-columns
516 Downloads
A Laravel package for adding calculated columns to Eloquent models using SQL for more performant queries.
roy404/eloquent
108 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
ronan-gloo/laravel-eloquent-observer
8 Downloads
Dispatch Eloquent’s models events to the model’s instance, and / or a specific class
paschal-customize-tracy/eloquent-translate
368 Downloads
A package for translating Laravel models with ease. It is customized from the package of Ezeugwu Paschal ([email protected])
nascentafrica/eloquent-repository
107 Downloads
A repository package for Laravel models.
mallardduck/wp-eloquent-models
218 Downloads
A Laravel wrapper for wordpress which turns all Wordpress models into Laravel Eloquent Models.
lexbelcode/laravel-eloquent-dynamic-tables-for-models
5 Downloads
A simple but effective way to set the table of a model at runtime and continue using Eloquent instead of QueryBuilder
kyle-noland/eloquent-foundation
147 Downloads
A set of base classes for working with Laravel Eloquent Repositories, Models, Collections and Observers
kadevland/simple-laravel-eloquent-uuid
130 Downloads
A simple Trait provides the ability to use UUID generator in your Eloquent models
jaspaul/eloquent-sti
6743 Downloads
A simple single table inheritance library for eloquent.