jav-lon / yii2-blog
为 Yii 的博客模块
dev-master
2018-02-14 02:06 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2024-09-21 16:04:09 UTC
README
为 Yii 的博客模块
安装
安装此扩展的首选方式是通过 composer。
运行
php composer.phar require --prefer-dist jav-lon/yii2-blog "*"
或在您的 composer.json
文件的 require 部分添加
"jav-lon/yii2-blog": "*"
to
使用
扩展安装完成后,只需在代码中通过
<?= \jav_lon\blog\AutoloadExample::widget(); ?>```# yii2-blog