qobo/cakephp-notes

Notes plugin for CakePHP

Installs: 30 568

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 18

Forks: 0

Open Issues: 1

Type:cakephp-plugin

v10.4.1 2020-08-18 09:12 UTC

README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License codecov BCH compliance

About

CakePHP 3+ plugin for simple notes attached to other application records.

This plugin is developed by Qobo for Qobrix. It can be used as standalone CakePHP plugin, or as part of the project-template-cakephp installation.

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require qobo/cakephp-notes

Setup

Load plugin

bin/cake plugin load --routes Notes

Load required plugin(s)

bin/cake plugin load Muffin/Trash