Skip to content
/ acl Public
forked from cakephp/acl

Plugin for managing ACL in CakePHP applications.

License

Notifications You must be signed in to change notification settings

cakephp-fr/acl

This branch is 137 commits behind cakephp/acl:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 25, 2015
Aug 24, 2016
Aug 12, 2016
Feb 19, 2015
Aug 30, 2014
May 19, 2016
Mar 31, 2014
Sep 13, 2013
May 19, 2016
Sep 1, 2016
Aug 12, 2016
Feb 12, 2016

Repository files navigation

CakePHP Acl Plugin

Build Status Coverage Status License

A plugin for managing ACL in CakePHP applications.

Installing via composer

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require cakephp/acl

Then in your config\bootstrap.php:

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

Creating tables

To create ACL related tables, run the following Migrations command:

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:

  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

About

Plugin for managing ACL in CakePHP applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%