Magento – Magento 2 : EAV Tutorial Needed

eavmagento-1.9magento-2.1module

In magento 1.9 I created a custom module with EAV models with the help of following tutorial.
How to create an EAV entity?

Is there any equivalent in magento 2.

Best Answer

Eav attributes can be made for a lot of different things. Products is one of them. So when you search for that you want to include what you are making them for.

You also have custom attributes which is something else.

Best documentation here is from Magento self :

http://devdocs.magento.com/guides/v2.0/extension-dev-guide/attributes.html

http://devdocs.magento.com/guides/v2.1/ui_comp_guide/howto/add_category_attribute.html

Related Topic