Project Awesome project awesome

Search > Tags plugin

For tagging and finding tagged records.

Package 16 stars GitHub

CakePHP Tags Plugin

CI Coverage Status PHPStan Latest Stable Version Total Downloads Minimum PHP Version License Coding Standards

Make tagging of entities a piece of cake.

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

Upgrading from 2.x? See UPGRADE.md for the v3 migration notes.

Install

Using Composer:

composer require dereuromark/cakephp-tags

Load the plugin:

bin/cake 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

Admin Backend

The plugin ships with an admin backend under the Admin prefix at /admin/tags.

Tags Admin Dashboard

Tags Admin Index

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.

Back to CakePHP