greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
713 stars 196 forks source link

Method validateCaptcha Does Not Exist #50

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello,

Getting a fatal error thrown when validating a captcha.

BadMethodCallException
Method [validateCaptcha] does not exist.

I added the correct provider to my app/config/app.php and displaying the captcha works fine.

Thanks in advance.

greggilbert commented 9 years ago

Is this for L4 or L5?

ghost commented 9 years ago

This is for laravel 4.

I ended up just using manual cURL requests my self. It's probably just my specific installation, because I used this on another laravel website and had no issues whatsoever.