Skip to content

Users Plugin, focused on details to easy user management for CakePHP 2.x

License

Notifications You must be signed in to change notification settings

lucasff/cakephp-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads Latest Unstable Version License

CakePHP Users Plugin

Users Plugin, focused on details to easy user management for CakePHP 2.x

Requirements

  • CakePHP 2.x
  • Bootstrap 3.x (3.0 support)

Installation

Ensure require is present in composer.json. This will install the plugin into Plugin/BoostCake:

{
	"require": {
		"lucasff/cakephp-users": "dev-master"
	}
}

Enable plugin

You need to enable the plugin in your app/Config/bootstrap.php file:

CakePlugin::load('Users');

If you are already using CakePlugin::loadAll();, then this is not necessary.

About

Users Plugin, focused on details to easy user management for CakePHP 2.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages