recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

Method [validateCaptcha] does not exist.

Open YosefOberlander opened this issue 6 years ago • 1 comments

Hi,

I keep getting Method [validateCaptcha] does not exist. I can't use the {!! Recaptcha::render() !!} because i'm using Vue.js with this project. so I just use <div class="g-recaptcha" data-sitekey="mykey"></div>. I added the providers and aliases

I'm using version 2 in Laravel 5.4

YosefOberlander avatar Apr 04 '18 09:04 YosefOberlander

This solution works https://m.dotdev.co/google-recaptcha-integration-with-laravel-ad0f30b52d7d

nanadjei avatar Dec 07 '18 09:12 nanadjei