You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Open `config/recaptcha.php` configuration file and set `api_site_key`, `api_secret_key` and `version`:
35
-
36
33
```php
37
34
return [
38
35
'api_site_key' => 'YOUR_API_SITE_KEY',
@@ -43,7 +40,6 @@ return [
43
40
For more invermation about Site Key and Secret Key please visit [Google RaCaptcha developer documentation](https://developers.google.com/recaptcha/docs/start)
44
41
Get more info about ReCAPTCHA version at https://developers.google.com/recaptcha/docs/versions
45
42
46
-
47
43
### Customize error message
48
44
Before starting please add validation recaptcha message to `resources/lang/[LANG]/validation.php` file
49
45
```php
@@ -60,7 +56,6 @@ return [
60
56
Insert `htmlScriptTagJsApi($formId)` helper before closing `</head>` tag
61
57
You can also use `ReCaptcha::htmlScriptTagJsApi($formId)`.
62
58
`$formId` is required only if you are using **ReCAPTCHA INVISIBLE**
63
-
64
59
```blade
65
60
<!DOCTYPE html>
66
61
<html>
@@ -91,7 +86,6 @@ You can also use `ReCaptcha::htmlFormButton($buttonInnerHTML)` .
0 commit comments