Skip to content

wearethefoos/acl_plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This plugin is used to manage your already existing ACL/ACO/ARO setup. 

For information on setting up ACL for CakePHP please see the book:
http://book.cakephp.org/view/1242/Access-Control-Lists

Requirements:
* CakePHP 1.3.0 or higher

Installation

1. Two options, if your using git for your project and have git 1.6.0 you can use a submodule:
 a. From the root directory of your git checkout: git submodule add git://github.com/interlock/acl_plugin.git app/plugins/acl
  Or, if your not using git or have an older version of git:
 b. Within plugins: git clone git://github.com/interlock/acl_plugin.git acl

2. Enable admin routes (http://book.cakephp.org/view/1565/Library-Classes)

3. Navigate to /admin/acl/ for your project to access the plugin

About

CakePHP Plugin for ACL Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • PHP 11.0%