2017 © Pedro Peláez
 

cakephp-plugin tags

Tags plugin for CakePHP 3.x

image

muffin/tags

Tags plugin for CakePHP 3.x

  • Friday, January 29, 2016
  • by ADmad
  • Repository
  • 4 Watchers
  • 15 Stars
  • 4,467 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 13 Forks
  • 8 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

Tags

Build Status Coverage Total Downloads License, (*1)

This plugin allows you to simply tag record in your database with multiple tags., (*2)

Install

Using Composer:, (*3)

composer require muffin/tags

You then need to load the plugin. You can use the shell command:, (*4)

bin/cake plugin load Muffin/Tags

or by manually adding the following line to src/Application.php:, (*5)

$this->addPlugin('Muffin/Obfuscate');

Usage

Quick Start Guide

You need to add the column tag_count to the taggable table., (*6)

Then migrate the tables for the plugin:, (*7)

bin/cake migrations migrate -p Muffin/Tags

Add the behavior:, (*8)

$this->addBehavior('Muffin/Tags.Tag');

And in the view:, (*9)

echo $this->Form->input('tags');

Enjoy tagging!, (*10)

Patches & Features

  • Fork
  • Mod, fix
  • Test - this is important, so it's not unintentionally broken
  • Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
  • Pull request - bonus point for topic branches

To ensure your PRs are considered for upstream, you MUST follow the CakePHP coding standards., (*11)

Bugs & Feedback

http://github.com/usemuffin/tags/issues, (*12)

License

Copyright (c) 2015-Present, [Use Muffin] and licensed under The MIT License., (*13)

The Versions

29/01 2016

dev-master

9999999-dev https://github.com/usemuffin/tags

Tags plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp tags muffin

29/01 2016

1.0.0

1.0.0.0 https://github.com/usemuffin/tags

Tags plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp tags muffin

29/01 2016

dev-cake-36

dev-cake-36 https://github.com/usemuffin/tags

Tags plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp tags muffin

24/04 2015

dev-tags-as-string

dev-tags-as-string https://github.com/usemuffin/tags

Tags plugin for CakePHP 3.x

  Sources   Download

MIT

The Development Requires

cakephp tags muffin