You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 aliasesI'm using version 2 in Laravel 5.4
The text was updated successfully, but these errors were encountered: