ujjwal / user-rbac-doctrine-orm
A Zend Framework 2 module to easily integrate ZfcUserDoctrineORM and ZfcRbac
0.0.1-beta1
2014-02-16 07:35 UTC
Requires
- php: >=5.4
- zf-commons/zfc-rbac: 2.0.*
- zf-commons/zfc-user-doctrine-orm: 0.1.*
This package is auto-updated.
Last update: 2024-11-13 14:51:04 UTC
README
A Zend Framework 2 module to easily integrate ZfcUserDoctrineORM and ZfcRbac
Doctrine ORM Storage Adapter for UserRbac module.
Installation
- Add
"ujjwal/user-rbac-doctrine-orm": "dev-master"
to your composer.json and runphp composer.phar update
- Run command
vendor/bin/doctrine-module orm:schema-tool:update --force
to update schema - Enable this module and
UserRbac
inconfig/application.config.php
- Copy file located in
vendor/ujjwal/user-rbac/config/user-rbac.global.php
to./config/autoload/user-rbac.global.php
and change the values as you wish
Note
Don't use this module. This is shit. If you use don't use Doctrine ORM, then use UserRbac module.