Libraries tagged by model-attributes
elfuvo/yii2-import-wizard
4907 Downloads
Step-by-step import from Excel files with mapping of model attributes
alvarofpp/masks
15369 Downloads
A package to mask your variables or model's attributes.
curly-deni/laravel-permission-model-attributes
148 Downloads
Add permission-aware attributes and static checks to Eloquent models using Laravel's authorization policies.
miqo/laravel-models-camel-case
542 Downloads
Simply camelCase Laravel Model attributes and relationships
wowkaster/yii2-serialize-attributes
6861 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.
spoorsny/laravel-south-african-id
912 Downloads
Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African government-issued personal identification number, for Laravel.
shaka/dynamic-update-trait
8076 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.
romanzipp/laravel-previously-deleted
12765 Downloads
Store previously deleted Model attributes
jetcod/laravel-slugify
163 Downloads
A Laravel package that automatically generates slugs for model attributes, simplifying the creation of URL-friendly slugs.
jetcod/laravel-model-translation
602 Downloads
Laravel Model Translation simplifies managing model attribute translations in your Laravel applications.
flexflux/encryptor
367 Downloads
Package to automatically encrypt and decrypt model attributes in your Laravel project.
famdirksen/laravel-model-encryption
8549 Downloads
Laravel package to encrypt model attributes
hnhdigital-os/laravel-model-attributes
7 Downloads
Changes how the Eloquent Model provides attributes.
worksome/model-attributes
250513 Downloads
Model attributes are dynamically generated data on models added as a relationship.
vicgutt/laravel-auto-model-cast
1454 Downloads
Automatically cast model attributes based on database columns