Libraries tagged by model-attributes
famdirksen/laravel-model-encryption
7410 Downloads
Laravel package to encrypt model attributes
alvarofpp/masks
14882 Downloads
A package to mask your variables or model's attributes.
huubverbeek/laravel-model-attributes-validation
399 Downloads
Enables attribute-based validation of model attributes automatically during the save process.
joecianflone/modelproperties
820 Downloads
Make the DX of Eloquent Models better
wowkaster/yii2-serialize-attributes
5358 Downloads
This behavior allows you to treat model attributes as arrays, and they are automatically serialized for insertion and unserialized upon select, as long as you use the active record find methods.
thetalabs/laravel-database-encryption
16385 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
sajtiii/laravel-lockable-attributes
278 Downloads
Lock your eloquent model attributes to prevent changes on them.
romanzipp/laravel-previously-deleted
12293 Downloads
Store previously deleted Model attributes
rbennett/laravel-model-encryption
1577 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
elfuvo/yii2-import-wizard
3964 Downloads
Step-by-step import from Excel files with mapping of model attributes
hnhdigital-os/laravel-model-attributes
6 Downloads
Changes how the Eloquent Model provides attributes.
curly-deni/laravel-permission-model-attributes
5 Downloads
Add permission-aware attributes and static checks to Eloquent models using Laravel's authorization policies.
worksome/model-attributes
250512 Downloads
Model attributes are dynamically generated data on models added as a relationship.
vicgutt/laravel-auto-model-cast
1452 Downloads
Automatically cast model attributes based on database columns
tanmaymishu/laravel-funnel
3985 Downloads
Bind http query string parameters to Eloquent model attributes.