drmabuse / yii2-blog
简单的博客模块
0.0.2
2014-08-07 23:30 UTC
Requires
- yiisoft/yii2: *
Requires (Dev)
- schmunk42/yii2-giiant: dev-develop
This package is not auto-updated.
Last update: 2024-09-24 02:33:11 UTC
README
简单的博客模块
版本 0.0.2
安装
安装此扩展的首选方式是通过 composer.
运行
php composer.phar require --prefer-dist drmabuse/yii2-blog "*"
或者在您的 composer.json
文件的 require 部分添加
"drmabuse/yii2-blog": "*"
到
使用
一旦安装了扩展,只需在您的代码中通过
<?= \drmabuse\blog\AutoloadExample::widget(); ?>```