Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

QoboLtd/cakephp-groups

Repository files navigation

Groups plugin for CakePHP

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

About

CakePHP 3+ plugin for managing user groups.

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.

This plugin works along with CakeDC Users plugin.

The recommended way to install composer packages is:

composer require qobo/cakephp-groups

Run plugin's migration task:

bin/cake migrations migrate -p Groups

Run required plugin(s) migration task:

bin/cake migrations migrate -p CakeDC/Users

Setup

Load plugin

bin/cake plugin load --routes Groups

Load required plugin(s)

bin/cake plugin load Muffin/Trash
bin/cake plugin load --routes --bootstrap CakeDC/Users