anhskohbo/no-captcha
Laravel package to integrate Google reCAPTCHA (No CAPTCHA) in your forms. Includes config via .env, Blade helpers to render JS and display widgets, supports language and custom attributes, and works with Laravel 5+ (auto-discovery on 5.5+).
Laravel 12
Hello Laravel 11
Laravel 10
Laravel 9 support
Supported guzzle 7.0
Simplified composer.json
Laravel 6
Support Laravel 5.8
Usage:
{!! NoCaptcha::displaySubmit('my-form-id', 'submit now!', ['data-theme' => 'dark']) !!}
This release is major change, now you need print the JS before/after display the captcha.
{!! NoCaptcha::renderJs() !!}
Compatibility with Laravel 5.5
Lumen support.
Code style now is PSR2.
With Laravel 5.1 support.
How can I help you explore Laravel packages today?