laravel-attributes icon indicating copy to clipboard operation
laravel-attributes copied to clipboard

⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attribu...

Results 4 laravel-attributes issues
Sort by recently updated
recently updated
newest added

## Background This package contains legacy code that's difficult to modernize using the latest Laravel features, and it reached a point were we are unable to optimize its performance. Unfortunately...

Fixes https://github.com/rinvex/laravel-attributes/issues/165

In `Attributable::relationsToArray()`, the entity attributes for a model are only added to `$eavAttributes` if they exist in the array returned by `parent::relationsToArray()` (from `HasAttributes`), however, `HasAttributes::relationsToArray` doesn't know about the...

I'm trying to implement eav into a movie review web application. I have an error with inserting values which I'm not sure how to fix as I went through the...