DEV Community

eskander0001
eskander0001

Posted on

laravel eloquent and EAV

laravel eloquent and EAV

0

Implementing E-Commerce using laravel 6 , the eav model used to capture the products attributes as following ;

The question is how to get the Product Attribute (colors) Value of Specific product (ex:productno3) the current implementation get ALL the attribute (color) Values . we need the (ex:productno3) colors only.

database schema

each…

Latest comments (0)