Libraries tagged by model-attributes
bluora/laravel-dynamic-filter
66 Downloads
Provides model attribute filtering.
yiisoft-custom/yii2-model-attribute-convert
65 Downloads
Base on Yii2 BaseActiveRecord. Converts column from db format to model format while SELECT,oppositely way while INSERT or UPDATE
huubverbeek/laravel-model-attributes-validation
1331 Downloads
Enables attribute-based validation of model attributes automatically during the save process.
trappistes/laravel-custom-fields
0 Downloads
Laravel package for adding custom/dynamic fields to Eloquent models without schema changes
maxkalahur/laravel-model-settings
8 Downloads
This Laravel package allows you to attach settings to Laravel Models, save them in DB and encrypt.
joecianflone/modelproperties
1140 Downloads
Make the DX of Eloquent Models better
zablockibros/laravel-immutable
0 Downloads
Make model attributes immutable
yasser-elgammal/green-locale
0 Downloads
Localized model attributes for Green Framework Web & API.
wazza/laravel-db-encryption
0 Downloads
Production-ready Laravel package for secure, transparent encryption of sensitive model attributes with searchable hash indexes and key rotation support.
syscape-space/laravel-translation
12 Downloads
A Laravel package for model attributes translations
stesi/yii2-daterange-validator
33 Downloads
Adds a daterange validator that allows to validate if a model attribute is a valid date range format. Specially usefull if you want to use a DateRangePicker widget and you want to filter by from/until values
service-to/uses-detail
253 Downloads
A Laravel trait for handling dynamic model attributes using a JSON detail column
saqijaan/laravel-json-column-trait
1350 Downloads
Access json columns as model attributes
sajtiii/laravel-lockable-attributes
517 Downloads
Lock your eloquent model attributes to prevent changes on them.
rangelreale/yii2-mdhaliasbehavior
5 Downloads
Yii behavior for model attribute aliasing and format conversion using PHP MDH