2017 © Pedro Peláez
 

cakephp-plugin acl_extras

Additional tools for managing DB ACL in CakePHP applications.

image

markstory/acl_extras

Additional tools for managing DB ACL in CakePHP applications.

  • Monday, July 23, 2018
  • by markstory
  • Repository
  • 18 Watchers
  • 164 Stars
  • 44,649 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 56 Forks
  • 7 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

Acl Extras

Acl Extras provides a console app that helps you manage DbAcl records more easily. Its main feature and purpose is to make generating Aco nodes for all your controllers and actions easier. It also includes some helper methods for verifying and recovering corrupted trees., (*1)

Installation

Clone the repo or download a tarball and install it into app/Plugin/AclExtras or in any of your pluginPaths., (*2)

Then activate the plugin in your app/Config/bootstrap.php file as shown below:, (*3)

CakePlugin::load('AclExtras');

Usage

You can find a list of commands by running Console/cake AclExtras.AclExtras -h from your command line., (*4)

Setting up the contorller

You'll need to configure AuthComponent to use the Actions authorization method.
In your beforeFilter add the following:, (*5)

$this->Auth->authorize = 'actions';
$this->Auth->actionPath = 'controllers/';

Issues

If you find an issue in the code or want to suggest something, please use the tickets at http://github.com/markstory/acl_extras/issues, (*6)

License

Acl Extras is licensed under the MIT license., (*7)

The Versions

23/07 2018

dev-master

9999999-dev https://github.com/markstory/acl_extras

Additional tools for managing DB ACL in CakePHP applications.

  Sources   Download

MIT

The Requires

 

acl cakephp

23/07 2018

1.2.1

1.2.1.0 https://github.com/markstory/acl_extras

Additional tools for managing DB ACL in CakePHP applications.

  Sources   Download

MIT

The Requires

 

acl cakephp

21/11 2017

1.2.0

1.2.0.0 https://github.com/markstory/acl_extras

Additional tools for managing DB ACL in CakePHP applications.

  Sources   Download

MIT

The Requires

 

acl cakephp

21/09 2016

1.1.0

1.1.0.0 https://github.com/markstory/acl_extras

Additional tools for managing DB ACL in CakePHP applications.

  Sources   Download

MIT

The Requires

 

acl cakephp