Closed nirbhay94 closed 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 :)
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?