Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
RyanDaDeng committed Jan 26, 2019
2 parents 8b7887e + b6952f0 commit 99cf745
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ If you only need to use Vue component, feel free to copy it.

A star would be a nice encouragement. ^.^

Future improvement (Will be done in 1-2 days, everything will still be compatible with all test cases):
1. Minor advanced code decouple and performance improvement
2. Add Comments


# Table of Contents
1. [Installation](#installation)
2. [Configurations](#settings)
Expand Down Expand Up @@ -134,9 +129,9 @@ Specify your Score threshold and action in 'setting', e.g.
``` php
'setting' = [
[
'action' => 'contact_us', // Google reCAPTCHA required paramater
'threshold' => 0.2, // score threshold
'is_enabled' => false // if this is true, the system will do score comparsion against your threshold for the action
'action' => 'contact_us', // Google reCAPTCHA required paramater
'threshold' => 0.2, // score threshold
'score_comparision' => false // if this is true, the system will do score comparsion against your threshold for the action
],
[
'action' => 'signup',
Expand Down Expand Up @@ -231,7 +226,7 @@ If you manually assign a value to setScore($score), the code will fully skip you

It's recommended to include reCAPTCHA v3 on every page which can help you get the most context about interactions for analytics.

In your main homepage or layout page, put the following script at the bottom of your page:
In your main homepage or layout page, put the following script:

``` html
{!! GoogleReCaptchaV3::init() !!}
Expand Down

0 comments on commit 99cf745

Please sign in to comment.