qobo / cakephp-comments
Comments plugin for CakePHP
Installs: 22 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 15
Forks: 0
Open Issues: 1
Type:cakephp-plugin
Requires
- cakedc/users: ^8.0
- cakephp/cakephp: ^3.8
- muffin/trash: ^2.1
Requires (Dev)
- qobo/cakephp-composer-dev: ^v1.0
README
About
CakePHP 3 plugin for attaching comments to system 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-comments
Setup
Load plugin
bin/cake plugin load --routes Qobo/Comments