File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -150,12 +150,13 @@ You can directly use registered facade service by calling the following methods.
150
150
- verifyResponse() which accepts the token value from your form. This returns Google reCAPTCHA Response object.
151
151
- setScore() is optional only if you want to manually verify the score.
152
152
153
+
154
+ Example Usage
155
+
153
156
``` php
154
157
GoogleReCaptchaV3::setAction($action)->verifyResponse($value,$ip = null);
155
158
```
156
159
157
- Example Usage
158
-
159
160
``` php
160
161
GoogleReCaptchaV3::verifyResponse($value,$ip)->getMessage();
161
162
GoogleReCaptchaV3::verifyResponse($value)->isSuccess();
@@ -494,6 +495,7 @@ Remember to register it in your own service provider
494
495
Thank you for the following contributors, You guys are the BEST!
495
496
496
497
* [ @xalunda ] ( https://github.com/xalunda )
498
+ * [ @Fluxlicious ] ( https://github.com/Fluxlicious )
497
499
498
500
## Security
499
501
You can’t perform that action at this time.
0 commit comments