pttrulez / yii2-blog
yii2的博客模块
14.1
2019-07-06 10:44 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-09-06 23:16:04 UTC
README
yii2的博客模块
安装
安装此扩展的首选方式是通过composer。
运行以下命令之一
php composer.phar require --prefer-dist pttrulez/yii2-blog "*"
或在您的composer.json
文件的require部分添加
"pttrulez/yii2-blog": "*"
to the require section of your composer.json
file.
用法
扩展安装后,只需在代码中通过
<?= \pttrulez\blog\AutoloadExample::widget(); ?>```