2017 © Pedro Peláez
 

yii2-extension yii2-product

image

nullref/yii2-product

  • Tuesday, April 4, 2017
  • by ZAYEC77
  • Repository
  • 5 Watchers
  • 1 Stars
  • 53 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 Product

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Module for products management, (*2)

!!! 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., (*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)

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., (*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)

Using with yii2-admin module

You can use this module with Yii2 Admin module., (*12)

The Versions

04/04 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires