vtrdev / yii2-blog
为 Yii2 的博客模块
dev-master
2018-01-15 09:01 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-21 14:48:03 UTC
README
为 Yii2 的博客模块
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist vtrdev/yii2-blog "*"
或者将以下内容添加到你的 composer.json 文件的 require 部分中:
"vtrdev/yii2-blog": "master-dev"
使用
扩展安装完成后,只需在你的代码中使用即可
<?= \vtrdev\blog\AutoloadExample::widget(); ?>```