2017 © Pedro Peláez
 

library jaztec-acl

Database driven ACL module for ZF2

image

jaztec/jaztec-acl

Database driven ACL module for ZF2

  • Tuesday, April 14, 2015
  • by jaztec
  • Repository
  • 1 Watchers
  • 3 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

JaztecAcl

Build Status, (*1)

Simple database driven ACL module for ZF2., (*2)

Installation

You can install the module with composer using, (*3)

./composer.phar require jaztec/jaztec-acl

or include it in the composer.json of your project with, (*4)

{
    "require": {
        "jaztec/jaztec-base": "0.1.*",
        "jaztec/jaztec-acl": "0.1.*"
    }
}

After installation make sure your database setup is completed. For a clean install run:, (*5)

./php public/index.php acl database clean-install --email=[your_email] [--verbose|-v]

Or, after updating the source code:, (*6)

[site_root]./php public/index.php acl database update [--verbose|-v]

Congratulations, the ACL module has been installed. If you performed a clean install a user will have been added with username 'admin' and password 'admin', (*7)

For any help using the console functions, (*8)

[site_root]./php public/index.php acl database --help

The Versions