cakephp-3-acl-example icon indicating copy to clipboard operation
cakephp-3-acl-example copied to clipboard

Results 11 cakephp-3-acl-example issues
Sort by recently updated
recently updated
newest added

How can i implement this terminal command to graphical view. any suggestions or example guys?

I have developed a multi-tenant app using http://mark-story.com/posts/view/using-cakephp-and-a-horizontally-sharded-database So now am able to use same codebase different db for each subdomain.e.g db2.xxx.com this connects to db2. My dilemma is how...

Been able to successfully implement your plugin for role based authentication in my app. If you could guide me on how to authenticate api requests using the same. And If...

Hi! Thank you for this very useful tutorial. Im having a litle error: `Missing Component: AclComponent could not be found.` `Error: Create the class AclComponent below in file: src\Controller\Component\AclComponent.php` And...

Hi, I'm trying to use ACL in my app. I've followed all the step of the tutorial. Aro table is empty. when I try to see my arrow tree in...

Hello, I know this issue was reported before but the solution you give is not working for me. I've followed step by step your guide to set ACL to a...

Hey Guys, followed the Tutorial to setup ACL in an already existing Project. Now I Have the following error when i run: `bin/cake acl grant Groups.1 controllers` ``` Exception: AclNode::node()...

My Administrator user group ID is 5. I have tried: bin/cake acl grant Groups.5 controllers bin/cake acl grant Groups.5 controllers/Admin Nothing works. Any advice?

Mi problema es: AclNode::node() - Couldn't find Aros node identified by "Array ( [Aros0.model] => Users [Aros0.foreign_key] => 45 ) " en mi aplicación la tabla "users" se llama usuarios_externos,...

We encountered this issue while building the ACL's for our system in AclNodesTable.php line 146 $ref[$name][$this->primaryKey()] now we were able to get it working by modifying the line to $ref[$name]['group_id']...