Libraries tagged by dynamic model
laravel-liberu/dynamic-methods
2843 Downloads
Dynamic methods, relations or accessors for models
cgdsoftware/dynamic-methods
761 Downloads
Dynamic methods, relations or accessors for models
synatree/yii2-dynamic-relations
2764 Downloads
Allows Yii2 views to contain a dynamically expanding set of fields based on model relations.
pceuropa/yii2-forms
1767 Downloads
Form builder or code generator for Yii2. List GridView of forms. Saving form data in a databases.
anourvalar/eloquent-request
9063 Downloads
Dynamic Query Builder based on request
romm/configuration-object
29258 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.
rinvex/laravel-forms
949 Downloads
Rinvex Forms is a dynamic form builder for Laravel, it's like the missing gem, the possibilities of using it are endless! With flexible API and powerful features you can build almost every kind of complex form with ease.
devio/eavquent
10362 Downloads
EAV modeling package for Eloquent and Laravel.
mindtwo/laravel-dynamic-model-mutators
800 Downloads
Laravel Dynamic Model Mutators
bluora/laravel-model-dynamic-filter
25 Downloads
Provides model attribute filtering.
lexbelcode/laravel-eloquent-dynamic-tables-for-models
4 Downloads
A simple but effective way to set the table of a model at runtime and continue using Eloquent instead of QueryBuilder
marmarait/laravel-dynamic-attributes
30 Downloads
Adds Dynamic Attributes to your Models
waad/laravel-dynamic-observer
29 Downloads
Call observer of the model without requiring in any provider, support multi observers
simplecms/dynamic_unit
9 Downloads
动态单元组件,可以丰富你的Model,让其具备更多的单元属性,无需对数据表进行多次修改调整, 仅需要简单调用即可让单一Model增加更多可控属性
shaka/dynamic-update-trait
80 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.