cjario / yii2-module-core
Core Module to initialize other modules
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/cjario/yii2-module-core
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-06 13:22:45 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.