Skip to content

Commit 714b98b

Browse files
committed
UPDATED
1 parent ba8fbc4 commit 714b98b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Google reCAPTCHA v3 is a new mechanism to verify whether the user is bot or not.
1717

1818
This package requires the following dependencies:
1919

20-
- Laravel 5.x
20+
- Laravel 5.x
21+
22+
- If you want to use Validation Class your Laravel version needs to be >= 5.5
2123

2224
- php > 5
2325

@@ -88,8 +90,8 @@ Include Google API in header
8890

8991
Include input field
9092

91-
``` html
92-
{!! GoogleReCaptchaV3::render('contact_us') !!}
93+
``` PHP
94+
{!! GoogleReCaptchaV3::render($actionName, $fieldName) !!} // $actionName is your google action, $fieldName is optional for input field name
9395
```
9496

9597
Example Usage
@@ -109,6 +111,7 @@ Example Usage
109111

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

114+
You can also customise your own template under googlerecaptchav3 folder.
112115

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

0 commit comments

Comments
 (0)