lilhamma/yii2-store

Yet another module 4 da framework. Allows to perform typical stores contents accounting

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:yii2-extension

dev-master 2017-03-01 10:27 UTC

This package is not auto-updated.

Last update: 2024-04-27 18:09:40 UTC


README

The module is in early development state, do not even try to use it

Installation

The preferred way to install this extension is through composer.

WARNING: not registered and not actually ready to be yet.

Either run

php composer.phar require --prefer-dist lilhamma/yii2-store "*"

or add

"lilhamma/yii2-store": "*"

to the require section of your composer.json file.

Usage

(To be completed...) Add this module info to the config:

'LilhammaStore' => [ 'class' => '\lilhamma\yii2-store\StoreModule', 'db'='db', ],