eloquence
Model enhancer
A package for extending Laravel's Eloquent models and functionality
A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
554 stars
18 watching
58 forks
Language: PHP
last commit: 7 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
klaude/eloquent-preferences | A library that provides a way to bind multiple key/value pair preferences to application models. | 30 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,575 |
jarektkaczyk/eloquence | Extensions for the Eloquent ORM | 1,087 |
nicolaslopezj/searchable | Adds search functionality to Eloquent models in Laravel applications | 2,010 |
guidocella/eloquent-populator | A package that automatically guesses attributes for model factories in Laravel applications by analyzing column names and types. | 74 |
jpkleemans/attribute-events | Library that generates domain events from Eloquent attribute changes in Laravel applications | 312 |
delatbabel/elocryptfive | Encrypts and decrypts data stored in Eloquent model attributes in Laravel applications | 86 |
php-enqueue/laravel-queue | Extends Laravel with support for message queues and various transport options | 235 |
elasticquent/elasticquent | A tool for mapping Eloquent models to Elasticsearch types to simplify the integration of search functionality into Laravel applications. | 1,356 |
tucker-eric/eloquentfilter | A package that simplifies filtering Eloquent models with their relationships. | 1,733 |
abdelrahmanrafaat/repositories-maker | Automates creation of abstraction layers for models in Laravel applications. | 32 |
redcrystalcode/laravel-value-objects | A package for casting Eloquent model attributes to value objects with ease. | 23 |
spatie/eloquent-sortable | Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,416 |
hootlex/laravel-moderation | A simple Moderation System for Laravel 5.* applications | 527 |
jameslkingsley/laravel-references | A package that adds unique references to models in Laravel, allowing quick reference-based routing and API building. | 13 |