josegonzalez / cakephp-tags

CakePHP Tags Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP Tags Plugin

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

Make tagging of entities a piece of cake.

This branch is for CakePHP 3.5+.

Install

Using Composer:

composer require dereuromark/cakephp-tags

You then need to load the plugin. In boostrap.php, something like:

use Cake\Core\Plugin:

Plugin::load('Tags');

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

bin/cake migrations migrate -p Tags

Demo

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

Documentation

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

Support

For bugs and feature requests, please use the issues section of this repository.

About

CakePHP Tags Plugin

License:MIT License


Languages

Language:PHP 100.0%