Libraries tagged by eloquent custom
mehdi-fathi/eloquent-filter
169690 Downloads
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.
indexzer0/eloquent-filtering
12533 Downloads
Powerful eloquent filtering
korridor/laravel-has-many-merged
88837 Downloads
Custom relationship for Eloquent that merges/combines multiple one-to-may (hasMany) relationships
poing/earmark
11902 Downloads
Laravel package to generate values in a unique and customizable series.
mostafaznv/laracache
37150 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
laragear/meta-model
401207 Downloads
Let other developers customize your package model and migrations
culturegr/custom-relation
4750 Downloads
Easy implementation of custom Eloquent relations
testmonitor/eloquent-incrementable
25463 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
relaticle/custom-fields
404 Downloads
User Defined Custom Fields for Laravel Filament
waad/laravel-model-metadata
890 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
io238/laravel-iso-countries
46722 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
dniccum/nova-webhooks
6420 Downloads
A tool for Laravel's Nova administrator panel that enables users to create webhooks that can be customized to fire on specified Eloquent model events (created, updated, etc). This allows applications to communicate with other applications and integrations (Zapier, If This Then That, etc).
eloquent-filter/filter
65 Downloads
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.
torann/remote-model
14359 Downloads
An eloquent-like model, for the Laravel framework.
ghanuz/relations
4795 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.