项目作者: dereuromark

项目描述 :
CakePHP Tags Plugin
高级语言: PHP
项目地址: git://github.com/dereuromark/cakephp-tags.git
创建时间: 2017-12-23T23:25:16Z
项目社区:https://github.com/dereuromark/cakephp-tags

开源协议:MIT License

下载


CakePHP Tags Plugin

CI
Coverage Status
Latest Stable Version
Total Downloads
Minimum PHP Version
License

Make tagging of entities a piece of cake.

This branch is for CakePHP 5.0+. For details see version map.

Install

Using Composer:

  1. composer require dereuromark/cakephp-tags

You then need to load the plugin. In src/Application.php, something like:

  1. public function bootstrap() {
  2. parent::bootstrap();
  3. $this->addPlugin('Tags');
  4. }

Also don’t forget to run migration (e.g. using Migrations plugin):

  1. bin/cake migrations migrate -p Tags

Demo

See Sandbox @ https://sandbox.dereuromark.de/sandbox/tags

Tutorial and Blog Post: https://www.dereuromark.de/2018/07/12/tutorial-cakephp-tagging/

Documentation

For documentation, as well as tutorials, see the docs directory of this repository.