Skip to content

Commit 1603568

Browse files
authored
Update README.md
1 parent 6ffb5e0 commit 1603568

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ Example Usage
151151
GoogleReCaptchaV3::setAction($action)->verifyResponse($value)->isSuccess();
152152
```
153153

154+
``` php
155+
GoogleReCaptchaV3::verifyResponse($request->input('g-recaptcha-response'))->getMessage()
156+
```
154157

155158
## Advanced Usage
156159

@@ -186,6 +189,8 @@ Remember to register your implementation.
186189
);
187190
```
188191

192+
Next version will support driver switch in config file.
193+
189194
## Security
190195

191196
If you discover any security related issues, please email ryandadeng@gmail.com instead of using the issue tracker.

0 commit comments

Comments
 (0)