⚠️ [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.
Great module!
It would just have been great to have AttributableInterface that acts as a contract filled by the Attributable trait.
It would be useful to test if the Entity has additionnal attributes to generate form for example. Right now we are force to test if Entity uses the trait.
Additionnally, traits are just implementation of common behaviors while interface are descriptions of behavior, so it makes sense!
Great module! It would just have been great to have AttributableInterface that acts as a contract filled by the Attributable trait. It would be useful to test if the Entity has additionnal attributes to generate form for example. Right now we are force to test if Entity uses the trait.
Additionnally, traits are just implementation of common behaviors while interface are descriptions of behavior, so it makes sense!
Keep up the good work!