Skip to content

A Yii2 extension that provides the Yii framework with the functionality of creating and assigning tags to your models

License

Notifications You must be signed in to change notification settings

jlorente/yii2-tagable-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Tagable Models (Development Phase)

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.

About

A Yii2 extension that provides the Yii framework with the functionality of creating and assigning tags to your models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published