ivanamat / cakephp3-aclmanager

CakePHP 3.x - Acl Manager
MIT License
27 stars 27 forks source link

Error: AclmanagerController could not be found. #19

Closed domsen123 closed 6 years ago

domsen123 commented 6 years ago

Hi,

if I follow you guide and want to open http://localhost:8765/aclmanager (admin is set to false) I get the error:

Error: AclmanagerController could not be found.

Plugin was installed by composer

What I'm doing wrong? :(

ivanamat commented 6 years ago

Hi @domsen123

The AclmanagerController controller does not exist, it is AclManagerController, it changes the url by http://localhost:8765/AclManager or http://localhost:8765/aclManager, the route is case sensitive.

Try to change it and tell me if it works please.

Regards!