We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffb5e0 commit 1603568Copy full SHA for 1603568
README.md
@@ -151,6 +151,9 @@ Example Usage
151
GoogleReCaptchaV3::setAction($action)->verifyResponse($value)->isSuccess();
152
```
153
154
+``` php
155
+ GoogleReCaptchaV3::verifyResponse($request->input('g-recaptcha-response'))->getMessage()
156
+```
157
158
## Advanced Usage
159
@@ -186,6 +189,8 @@ Remember to register your implementation.
186
189
);
187
190
188
191
192
+Next version will support driver switch in config file.
193
+
194
## Security
195
196
If you discover any security related issues, please email ryandadeng@gmail.com instead of using the issue tracker.
0 commit comments