Libraries tagged by dynamic model
mehdi-fathi/eloquent-filter
198986 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.
ramonrietdijk/livewire-tables
59375 Downloads
Dynamic tables for models with Laravel Livewire
rinvex/laravel-attributes
114854 Downloads
Rinvex Attributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
laracraft-tech/laravel-dynamic-model
12337 Downloads
Dynamic Model for Laravel!
i-rocky/eloquent-dynamic-relation
17459 Downloads
Adds dynamic relationship capability to eloquent ORM models
thinktomorrow/dynamic-attributes
26390 Downloads
easily store and retrieve document values of an eloquent model
flexpik/filament-studio
413 Downloads
Dynamic data model manager for Filament — build unlimited collections with custom fields, EAV storage, versioning, and multi-tenancy
eloquent-filter/filter
332 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.
laravel-enso/dynamic-methods
41848 Downloads
Dynamic methods, relations or accessors for models
lacodix/laravel-scoped-mail-config
1963 Downloads
A package that enables user or tenant specific mail driver configuration.
code-wheel/mcp-tool-gateway
4003 Downloads
MCP Tool Gateway - Dynamic tool discovery, middleware pipeline, and caching for MCP servers
anourvalar/eloquent-request
11935 Downloads
Dynamic Query Builder based on request
romm/configuration-object
29595 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
tijanidevit/query-filter
295 Downloads
A simple, expressive, and powerful Laravel package that provides dynamic Eloquent models filters with clean syntax. It helps build reusable, maintainable, and readable query logic in Laravel apps.
shaka/dynamic-update-trait
8006 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.