2017 © Pedro Peláez
 

yii2-extension yii2-catalog

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different categories of products.

image

robote13/yii2-catalog

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different categories of products.

  • Wednesday, June 20, 2018
  • by robotE13
  • Repository
  • 1 Watchers
  • 2 Stars
  • 158 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 7 Versions
  • 5 % Grown

The README.md

Product catalog. Yii2 module

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the "Class Table Inheritance" design pattern is used to represent the different types of products., (*1)

Upgrade

At the moment the package is in the initial stage of development. When updating, carefully read the file CHANGELOG.md, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist robote13/yii2-catalog "^0.3.0"

or add, (*5)

"robote13/yii2-catalog": "^0.3.0"

to the require section of your composer.json file., (*6)

Usage

Подключение модуля:

'modules' => [
    'backend'=>[
        'modules'=>[
            'shop-catalog' => [
                'class' => 'robote13\catalog\Module',
                'controllerNamespace' => 'robote13\catalog\backend\controllers',
            ],
        ]
    ],
    'shop-catalog' => [
        'class' => 'robote13\catalog\Module'
    ],
],

Настройка хранилища для badge

Все операции по работе с хранилищем производятся при помощи абстрактной файловой системы Flysystem. Для модуля по умолчанию установлено имя компонента файловой системы: catalogPreviews (см. robote13\catalog\Module::previewUploaderOptions), (*7)

'components' => [
    'catalogPreviews'=>function(){
        $adapter = new League\Flysystem\Adapter\Local(Yii::getAlias('@app/web/catalog-previews'));
        return new \League\Flysystem\Filesystem($adapter);
    }
]

The Versions

20/06 2018

dev-categories

dev-categories

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different categories of products.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgenii Dudal

yii2 shop catalog

10/12 2017

dev-master

9999999-dev

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different types of products.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgenii Dudal

yii2 shop catalog

26/10 2017

v0.3.2

0.3.2.0

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different types of products.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgenii Dudal

yii2 shop catalog

18/10 2017

v0.3.1

0.3.1.0

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different types of products.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgenii Dudal

yii2 shop catalog

16/10 2017

v0.3.0

0.3.0.0

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different categories of products.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgenii Dudal

yii2 shop catalog

14/10 2017

v0.2.0

0.2.0.0

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different categories of products.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgenii Dudal

yii2 shop catalog

14/10 2017

v0.1.0

0.1.0.0

Catalog of products for online store. Prices, sets, leftovers in the warehouse. In the module, the 'Class Table Inheritance' design pattern is used to represent the different categories of products.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgenii Dudal

yii2 shop catalog