I don't think the documentation is accurate for 4.1. I get errors with:
bin/cake plugin load -rb Recaptcha
if I add manually ($this->addPlugin('Recaptcha');), I get the following error on loading the form:
Helper class RecaptchaHelper could not be found.
Please help!
I don't think the documentation is accurate for 4.1. I get errors with:
if I add manually (
$this->addPlugin('Recaptcha');), I get the following error on loading the form:Please help!