jaztec / jaztec-acl
Database driven ACL module for ZF2
Installs: 77
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/jaztec/jaztec-acl
Requires
- php: >=5.5.0
- doctrine/data-fixtures: dev-master
- doctrine/doctrine-module: 0.*
- doctrine/doctrine-orm-module: 0.*
- doctrine/migrations: dev-master
- jaztec/jaztec-base: 0.1.*
- rovak/kj-sencha: 0.*
- rwoverdijk/assetmanager: 1.*
- zendframework/zendframework: 2.*
- zf-commons/zfc-base: 0.*
- zf-commons/zfc-user: 0.*
- zf-commons/zfc-user-doctrine-orm: 0.*
README
Simple database driven ACL module for ZF2.
Installation
You can install the module with composer using
./composer.phar require jaztec/jaztec-acl
or include it in the composer.json of your project with
{ "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:
./php public/index.php acl database clean-install --email=[your_email] [--verbose|-v]
Or, after updating the source code:
[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'
For any help using the console functions
[site_root]./php public/index.php acl database --help