Hi all Iam currently trying to install the CakeDC/users plugin using https://github.com/CakeDC/users and have come across an error.
When I run command './Console/cake schema create users --plugin Users' I get the error message:
Error: Plugin Users could not be found. 0 C:\wamp\www\toppin\lib\cake\console\shell.php(376): CakePlugin::load('Users')
I have tried loading both the users and migrations plugins using CakePlugin::loadAll(); and individually using CakePlugin::load('pluginhere');
Any ideas or help would be much appreciated, thanks.