Documentation

ReCaptcha extends Component

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
author

V360

version
1.0.0
since
2024-08-01
example

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
Return values
View|string

Search results