nullref / yii2-product
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 1
Open Issues: 1
Type:yii2-extension
Requires
- php: >=5.4.0
- nullref/yii2-core: *
- nullref/yii2-useful: dev-master
- yiisoft/yii2: >=2.0.0
This package is auto-updated.
Last update: 2024-11-24 20:53:57 UTC
README
Module for products management
!!! This project is under development and not ready for production !!!
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.
Main features
- configure different types of products (e.g. configurable, grouped, simple)
- defining properties and options for products entities
- ability to extend base features to add new types of products and properties
Installation
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
)
Using with yii2-admin module
You can use this module with Yii2 Admin module.