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
Requires
This package is not auto-updated.
Last update: 2025-03-29 22:43:41 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', ],