ReCaptcha
extends Component
in package
ReCaptcha Laravel Blade Component
A reCaptcha component to integrate Google's reCaptcha service. Supports both v2 and v3 versions for enhanced security against bots.
Features:
- Supports reCaptcha v2 and v3
- Easy integration with forms
- Customizable version selection
- Bulma CSS framework integration
- Mobile-friendly responsive design
Tags
Table of Contents
- $version : string
- Version of reCaptcha
- __construct() : mixed
- Create a new component instance.
- render() : View|string
- Get the view / contents that represent the component.
Properties
$version
Version of reCaptcha
public
string
$version
Methods
__construct()
Create a new component instance.
public
__construct([string $version = 'v3' ]) : mixed
Parameters
- $version : string = 'v3'
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|string