herve / product-attributes
Sample module for product attributes, groups and sets setup
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- php: 7.0.2|~7.0.6
- magento/framework: 100.1.*
This package is auto-updated.
Last update: 2024-11-10 02:02:10 UTC
README
This extension is an example for creating product attributes, groups and sets for Magento 2.
Please read blogpost here: http://www.herveguetin.com/create-product-attributes-groups-and-sets
Install
# From your Magento 2 install dir
composer require herve/product-attributes
php bin/magento module:enable Herve_ProductAttributes
php bin/magento setup:upgrade