sinergycode / yii2-blog
为Yii2的博客模块
dev-DesireBranch
2018-02-20 09:25 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2024-09-29 05:37:38 UTC
README
为Yii2的博客模块
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一
php composer.phar require --prefer-dist sinergycode/yii2-blog "*"
或将以下内容添加到您的 composer.json
文件的 require 部分中。
"sinergycode/yii2-blog": "*"
使用
一旦安装了扩展,只需在您的代码中通过
<?= \sinergycode\blog\AutoloadExample::widget(); ?>```# yii2-blog