承接 jlorente/yii2-tagable-models 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jlorente/yii2-tagable-models

Composer 安装命令:

composer require jlorente/yii2-tagable-models

包简介

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

README 文档

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.

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-11-03