Skip to content

Commit

Permalink
UPDATED
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDaDeng committed Nov 24, 2018
1 parent ba8fbc4 commit 714b98b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Google reCAPTCHA v3 is a new mechanism to verify whether the user is bot or not.

This package requires the following dependencies:

- Laravel 5.x
- Laravel 5.x

- If you want to use Validation Class your Laravel version needs to be >= 5.5

- php > 5

Expand Down Expand Up @@ -88,8 +90,8 @@ Include Google API in header

Include input field

``` html
{!! GoogleReCaptchaV3::render('contact_us') !!}
``` PHP
{!! GoogleReCaptchaV3::render($actionName, $fieldName) !!} // $actionName is your google action, $fieldName is optional for input field name
```

Example Usage
Expand All @@ -109,6 +111,7 @@ Example Usage

Note: all actions should be registered in googlerecaptchav3 config file in 'setting' section.

You can also customise your own template under googlerecaptchav3 folder.

#### Validation Class (Only support Laravel >= 5.5)

Expand Down

0 comments on commit 714b98b

Please sign in to comment.