albertborsos/yii2-tagger

使用简单字段为所有事物添加标签

1.3.0 2023-04-13 11:03 UTC

This package is auto-updated.

Last update: 2024-09-13 13:49:07 UTC


README

使用简单字段为所有事物添加标签

安装

安装此扩展的首选方法是使用 composer

运行以下命令之一

php composer.phar require --prefer-dist albertborsos/yii2-tagger "*"

或将以下内容添加到您的 composer.json 文件的 require 部分。

"albertborsos/yii2-tagger": "*"

使用方法

扩展安装完成后,只需在您的代码中通过以下方式使用它

<?= \albertborsos\yii2tagger\AutoloadExample::widget(); ?>```