2017 © Pedro Peláez
 

cakephp-plugin cakephp-acl

Acl Plugin for CakePHP 3.x framework

image

bnware/cakephp-acl

Acl Plugin for CakePHP 3.x framework

  • Friday, February 26, 2016
  • by Nicky
  • Repository
  • 0 Watchers
  • 0 Stars
  • 11 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

CakePHP Acl Plugin

License, (*1)

A plugin for managing ACL in CakePHP applications., (*2)

Note: This is a non-stable plugin for CakePHP 3.0 at this time. It is currently under development and should be considered experimental., (*3)

Installing via composer

You can install this plugin into your CakePHP application using composer. For existing applications you can add the following to your composer.json file:, (*4)

"require": {
    "bnware/cakephp-acl": "*"
}

And run php composer.phar update, (*5)

In your config\bootstrap.php:, (*6)

Plugin::load('Acl', ['bootstrap' => true]);

Creating tables

To create ACL related tables, run the following Migrations command:, (*7)

bin/cake migrations migrate -p Acl

Running tests

Assuming you have PHPUnit installed system wide using one of the methods stated here, you can run the tests for the Acl plugin by doing the following:, (*8)

  1. Copy phpunit.xml.dist to phpunit.xml
  2. Add the relevant database credentials to your phpunit.xml if you want to run tests against a non-SQLite datasource.
  3. Run phpunit

The Versions

26/02 2016

dev-master

9999999-dev http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by BNware

acl cakephp

26/02 2016

1.0.3

1.0.3.0 http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by BNware

acl cakephp

12/02 2016

0.1.0

0.1.0.0 http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

acl cakephp

01/02 2016

1.0.2

1.0.2.0 http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by BNware

acl cakephp

25/01 2016

1.0.1

1.0.1.0 http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by BNware

acl cakephp

25/01 2016

1.0.0

1.0.0.0 http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by BNware

acl cakephp