dev-master
9999999-dev https://github.com/lucasff/cakephp-usersCakePHP Users Plugin
MIT
The Requires
- php >=5.3.0
- composer/installers *
cakephp users
CakePHP Users Plugin
Users Plugin, focused on details to easy user management for CakePHP 2.x, (*2)
Ensure require is present in composer.json. This will install the plugin into Plugin/BoostCake:, (*3)
{ "require": { "lucasff/cakephp-users": "dev-master" } }
You need to enable the plugin in your app/Config/bootstrap.php file:, (*4)
CakePlugin::load('Users');
, (*5)
If you are already using CakePlugin::loadAll();
, then this is not necessary., (*6)
CakePHP Users Plugin
MIT
cakephp users