rinvex / laravel-attributes

⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
MIT License
434 stars 104 forks source link

(1/1) MassAssignmentException content #12

Closed nirbhay94 closed 7 years ago

nirbhay94 commented 7 years ago

On running $value = new Varchar(['content' => 'Alexandria', 'attribute_id' => 1, 'entity_type' => 'App\Company', 'entity_id' => 1]);

Mass Assignment error shows up How to assign attribute to entity and push value?

Omranic commented 7 years ago

Should be fixed now, note that this package still not yet tagged as stable. You must only use develop branch for now, use: composer require rinvex/attributes:dev-develop it should work smoothly even it's still in development.

Please feel free to reopen this issue or a new issue, if you need further assistance :)