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