cjario / yii2-module-core
初始化其他模块的核心模块
v1.0.1
2019-03-31 16:25 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-23 08:12:46 UTC
README
初始化其他模块的核心模块
安装
安装此扩展的首选方式是通过 Composer。
运行以下命令之一:
php composer.phar require --prefer-dist tmukherjee13/yii2-module-core "*"
或者在您的 composer.json
文件的 require 部分添加以下内容:
"tmukherjee13/yii2-module-core": "*"
to the require section of your composer.json
file.