Magento 2 Custom EAV Model – Implementation Guide

custom-attributeseaventitiesmagento-2.1magento2

How we can create custom Eav entity and model in magento2. I want to create a custom module where new attributes/fields can be created by user. I will use it to show the details in the grid in admin panel.

I am unable to find any tutorial or reference for this.

Best Answer

I found a module in Github which has custom EAV Model. I have built custom EAV model successfully by following this module. May be it will help someone.

Related Topic