albertborsos/yii2-tagger

Tag Everything with a simple field

Installs: 31

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

1.3.0 2023-04-13 11:03 UTC

This package is auto-updated.

Last update: 2024-04-13 13:04:29 UTC


README

Tag Everything with a simple field

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"albertborsos/yii2-tagger": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

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