laravel-google-recaptcha-v3
laravel-google-recaptcha-v3 copied to clipboard
It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
Hello, I was using this package with shortcodes. Today I attempted to use `{!! GoogleReCaptchaV3::renderField('contactCaptcha','contactSubmit','','z-index: 999;') !!}` with @include a blade file however, same blade file works fine with returning...
Attach $options variable to Guzzle Client instance otherwise options are not used with Guzzle Client - ie proxy option
Hello friends, My env : Laravel 8, PHP7.3, Vue.Js 2.0 I don't know what's wrong with that ... why he is waiting for a string ? This my validation class...
I run the package on foo.localhost but it always says "Hostname does not match." The host_name in config is set to "localhost" When I change the host in config to...
This package does not correctly implement the retrieval of a response code in the client side. This has cost me a lot of missed form submissions!!! You need to call...