Releases: anhskohbo/no-captcha
Releases · anhskohbo/no-captcha
[v3.0.2] Invisible reCAPTCHA
Usage:
{!! NoCaptcha::displaySubmit('my-form-id', 'submit now!', ['data-theme' => 'dark']) !!}
Support Laravel 5.6
Merge pull request #98 from lloricode/patch-1 for laravel 5.6
Release v3.0
This release is major change, now you need print the JS before/after display the captcha.
{!! NoCaptcha::renderJs() !!}
2.4.0
Implement Guzzle
Fixed #53