Libraries tagged by model attributes
mits87/eloquent-nested-attributes
364 Downloads
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
envant/laravel-model-mutator
266 Downloads
Load relations and append attributes from request query
payamjafari/laravel-db-encrypter
147 Downloads
Provides database model attribute encryption/decryption
movor/laravel-custom-casts
172 Downloads
Make your own custom cast type for Laravel model attributes
hariadi/laravel-boilerplate-generator
607 Downloads
Generate Model, attribute, relation, scope trait and repository for Laravel Boilerplate
bluora/laravel-dynamic-filter
66 Downloads
Provides model attribute filtering.
malyusha/path-history
1594 Downloads
Laravel package that allows you to create nested/human-readable paths(urls) for your eloquent models from attributes.
davidwesdijk/laravel-polymorphic-eav
1841 Downloads
Integrate the entity-attribute-value model with polymorphic Eloquent-relations in your Laravel application.
ufo-tech/doctrine-eav-bundle
197 Downloads
The DoctrineEAVBundle provides a seamless integration of the Entity-Attribute-Value (EAV) model with Doctrine ORM within the Symfony framework
davidmpeace/immutability
20473 Downloads
A simple Laravel package that allows you to enforce immutable attributes on Eloquent models.
luissantiago/elogquent
16 Downloads
Listens to Eloquent model events and logs configured attribute changes into a history table.
testmonitor/eloquent-lockable
56 Downloads
Make Eloquent models read-only after they're locked. Prevents updates and deletes based on a `locked` attribute.
quickapps-plugins/eav
1611 Downloads
Provides EAV (Entity-Attribute-Value) design pattern.
ponich/eloquent-traits
85 Downloads
Traits for laravel eloquent models
meius/laravel-filter
46 Downloads
A Laravel package for applying dynamic filters to Eloquent models based on request parameters.