2017 © Pedro Peláez
 

cakephp-plugin cakephp-users

CakePHP Users Plugin

image

lucasff/cakephp-users

CakePHP Users Plugin

  • Thursday, April 17, 2014
  • by lucasff
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

CakePHP Users Plugin

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

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:, (*3)

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

Enable plugin

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)

The Versions

17/04 2014

dev-master

9999999-dev https://github.com/lucasff/cakephp-users

CakePHP Users Plugin

  Sources   Download

MIT

The Requires

 

cakephp users