cjario / yii2-module-core
Core Module to initialize other modules
v1.0.1
2019-03-31 16:25 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-18 08:51:22 UTC
README
Core Module to initialize other modules
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist tmukherjee13/yii2-module-core "*"
or add
"tmukherjee13/yii2-module-core": "*"
to the require section of your composer.json
file.