kingloui/cakephp-basekit-users

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.1.0) of this package.

CakeDC Users wrapper for BaseKit CakePHP Plugin

Installs: 23

Dependents: 1

Suggesters: 1

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:cakephp-plugin

0.1.0 2016-10-01 13:00 UTC

This package is not auto-updated.

Last update: 2023-12-09 15:42:52 UTC


README

Installation

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

The recommended way to install composer packages is:

composer require kingloui/cakephp-basekit-users:dev-master

If installed by composer, BaseKit will automatically load the module at bootstrap. You can deactivate the module by writing the proper config value ('BaseKit.Modules.ModuleName' => false)