giicms / yii2-product
Yii2 Product
dev-master
2016-06-20 13:34 UTC
Requires
- php: >=5.4
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-23 20:58:53 UTC
README
Yii2 Product
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "giicms/yii2-product" "dev-master"
or add
"giicms/yii2-product": "dev-master"
to the require section of your application's composer.json
file.
Usage Example
'modules' => [ 'product' => [ 'class' => 'giicms\product\Module', ], ],