abdallah.elsabeeh / yii2-comments-extension
使用Ajax的简单评论扩展
dev-master
2018-12-23 18:35 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-29 02:29:58 UTC
README
使用Ajax的简单评论扩展
安装
安装此扩展的首选方式是通过composer。
运行以下命令之一:
php composer.phar require --prefer-dist abdallah.elsabeeh/yii2-comments-extension "*"
或在您的composer.json
文件的require部分添加:
"abdallah.elsabeeh/yii2-comments-extension": "*"
使用方法
安装扩展后,只需在代码中通过以下方式使用它:
<?= \abdallah\comments\AutoloadExample::widget(); ?>