Module for products management
The main idea of this package is providing a flexible way to configure product entities at the website.
For those purposes, now we have another solution that calls EAV.
At this moment we recommend you to check it instead of this package.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nullref/yii2-product "*"
or add
"nullref/yii2-product": "*"
to the require section of your composer.json
file.
Then You have run console command for install this module:
php yii module/install product
and module will be added to your application config (@app/config/installed_modules.php
)
You can use this module with Yii2 Admin module.