Adding Google reCAPTCHA v3 to your Laravel App
Hi There. I want to share with you, how I implemented Google’s reCAPTCHA v3 in my Laravel app.
Securing HTML forms from bots is an essential part of the security of any web app these days. One common and easy solution to this is implementing a captch...
hashnode.com
Susan Burling
Developer
Can you make a tutorial on Laravel 5.7? It is not working when I try in my Laravel 5.7 projects. When I click checkbox “I'm not a robot” captcha does not display the puzzle. when I check the console log its say failed to load the recaptcha js, even though I have put {!! NoCaptcha::renderJs() !!} and {!! NoCaptcha::display() !!}on my form