mecsu / yii2-ext
MECSU CMS的博客模块
dev-master
2023-01-04 04:23 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-09-04 11:36:34 UTC
README
MECSU CMS的博客模块
安装
安装此扩展的首选方式是通过Composer。
运行以下命令之一
php composer.phar require --prefer-dist mecsu/yii2-ext "*"
或在您的composer.json
文件的require部分添加以下内容
"mecsu/yii2-ext": "*"
:
使用
扩展安装后,只需在您的代码中使用即可
<?= \mecsu\ext\AutoloadExample::widget(); ?>```