Skip to content

Commit 74fc638

Browse files
committed
UPDATED
1 parent a8390ed commit 74fc638

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@
1111
],
1212
"homepage": "https://github.com/RyanDaDeng/laravel-google-recaptcha-v3",
1313
"keywords": [
14-
"Laravel",
15-
"GoogleReCaptcha",
16-
"Google reCAPTCHA",
14+
"laravel recaptcha",
15+
"googlerecaptcha",
16+
"google recaptcha",
1717
"google recaptcha v3",
18-
"reCAPTCHA v3",
19-
"Laravel reCAPTCHA"
18+
"recaptcha v3",
19+
"laravel google recaptcha v3",
20+
"laravel google recaptcha",
21+
"recaptcha"
2022
],
2123
"require": {
2224
"php": ">=5.5",
23-
"illuminate/support": "~5"
25+
"guzzlehttp/guzzle": "^6.2"
2426
},
2527
"require-dev": {
2628
"phpunit/phpunit": "~7.0",

resources/views/googlerecaptchav3/field.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<input type="hidden" id="{{$id}}" name="{{$name}}">
2-
32
<script>
43
grecaptcha.ready(function () {
54
grecaptcha.execute('{{$publicKey}}', {action: '{{$action}}'}).then(function (token) {

0 commit comments

Comments
 (0)