ivanleshh / yii2-blog
yii2的博客模块
dev-main
2024-06-03 14:13 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-09-03 14:50:12 UTC
README
yii2的博客模块
安装
安装此扩展的首选方式是通过 composer.
运行以下命令之一
php composer.phar require --prefer-dist ivanleshh/yii2-blog "*"
或者在您的 composer.json
文件的require部分添加以下内容
"ivanleshh/yii2-blog": "*"
to the require section of your composer.json
file.
使用方法
安装扩展后,只需在您的代码中使用即可
<?= \ivanleshh\blog\AutoloadExample::widget(); ?>```