@@ -23,11 +23,6 @@ If you only need to use Vue component, feel free to copy it.
23
23
24
24
A star would be a nice encouragement. ^.^
25
25
26
- Future improvement (Will be done in 1-2 days, everything will still be compatible with all test cases):
27
- 1 . Minor advanced code decouple and performance improvement
28
- 2 . Add Comments
29
-
30
-
31
26
# Table of Contents
32
27
1 . [ Installation] ( #installation )
33
28
2 . [ Configurations] ( #settings )
@@ -134,9 +129,9 @@ Specify your Score threshold and action in 'setting', e.g.
134
129
``` php
135
130
'setting' = [
136
131
[
137
- 'action' => 'contact_us', // Google reCAPTCHA required paramater
138
- 'threshold' => 0.2, // score threshold
139
- 'is_enabled ' => false // if this is true, the system will do score comparsion against your threshold for the action
132
+ 'action' => 'contact_us', // Google reCAPTCHA required paramater
133
+ 'threshold' => 0.2, // score threshold
134
+ 'score_comparision ' => false // if this is true, the system will do score comparsion against your threshold for the action
140
135
],
141
136
[
142
137
'action' => 'signup',
@@ -231,7 +226,7 @@ If you manually assign a value to setScore($score), the code will fully skip you
231
226
232
227
It's recommended to include reCAPTCHA v3 on every page which can help you get the most context about interactions for analytics.
233
228
234
- In your main homepage or layout page, put the following script at the bottom of your page :
229
+ In your main homepage or layout page, put the following script:
235
230
236
231
``` html
237
232
{!! GoogleReCaptchaV3::init() !!}
0 commit comments