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.
Fixed a spelling mistake, changed to Google's branded reCAPTCHA capitalization whenever it referred to the product and not this implementation. Also changed a sentence's grammar.
You can use the facade for shorter code. Add "ReCaptcha" to your aliases:
24
+
You can use the facade for shorter code. Add `ReCaptcha` to your aliases:
25
25
```php
26
26
'aliases' => [
27
27
...
@@ -45,15 +45,15 @@ return [
45
45
'skip_ip' => [] // array of IP addresses - String: dotted quad format e.g.: 127.0.0.1
46
46
];
47
47
```
48
-
For more invermation about Site Key and Secret Key please visit [Google RaCaptcha developer documentation](https://developers.google.com/recaptcha/docs/start)
49
-
Get more info about ReCAPTCHA version at https://developers.google.com/recaptcha/docs/versions
50
-
**skip_ip** is a list of IP addresses that, if recognized, disable the recaptcha validation (return always true).
48
+
For more invermation about Site Key and Secret Key please visit [Google reCAPTCHA developer documentation](https://developers.google.com/recaptcha/docs/start)
49
+
Get more info about reCAPTCHA version at https://developers.google.com/recaptcha/docs/versions
50
+
**skip_ip** is a list of IP addresses that, if recognized, disable the reCAPTCHA validation (return always true).
51
51
52
52
### Have you updated?
53
53
If you are migrating from an older version add `skip_ip` array in `recaptcha.php` configuration file.
54
54
55
55
### Customize error message
56
-
Before starting please add validation recaptcha message to `resources/lang/[LANG]/validation.php` file
56
+
Before starting please add the validation message to `resources/lang/[LANG]/validation.php` file
0 commit comments