jlorente / yii2-tagable-models
A Yii2 extension that provides the Yii framework with the functionality of creating and assigning tags to your models.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- jlorente/yii2-validators: dev-master
- kartik-v/yii2-widget-select2: *
This package is auto-updated.
Last update: 2024-11-10 07:04:06 UTC
README
A Yii2 extension that provides the Yii framework with the functionality of creating and assigning tags to your models.
Installation
Include the package as dependency under the composer.json file.
To install, either run
$ php composer.phar require jlorente/yii2-tagable-models "*"
or add
... "require": { // ... other configurations ... "jlorente/yii2-tagable-models": "*" }
to the require
section of your composer.json
file and run the following
commands from your project directory.
$ composer update $ ./yii migrate --migrationPath=@vendor/jlorente/yii2-tagable-models/src/migrations
Usage
In construction
License
Copyright © 2015 José Lorente Martín jose.lorente.martin@gmail.com.