steinkel/acl_plugin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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