File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
resources/views/googlerecaptchav3 Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"homepage" : " https://github.com/RyanDaDeng/laravel-google-recaptcha-v3" ,
13
13
"keywords" : [
14
- " Laravel " ,
15
- " GoogleReCaptcha " ,
16
- " Google reCAPTCHA " ,
14
+ " laravel recaptcha " ,
15
+ " googlerecaptcha " ,
16
+ " google recaptcha " ,
17
17
" google recaptcha v3" ,
18
- " reCAPTCHA v3" ,
19
- " Laravel reCAPTCHA"
18
+ " recaptcha v3" ,
19
+ " laravel google recaptcha v3" ,
20
+ " laravel google recaptcha" ,
21
+ " recaptcha"
20
22
],
21
23
"require" : {
22
24
"php" : " >=5.5" ,
23
- "illuminate/support " : " ~5 "
25
+ "guzzlehttp/guzzle " : " ^6.2 "
24
26
},
25
27
"require-dev" : {
26
28
"phpunit/phpunit" : " ~7.0" ,
Original file line number Diff line number Diff line change 1
1
<input type =" hidden" id =" {{ $id } }" name =" {{ $name } }" >
2
-
3
2
<script >
4
3
grecaptcha .ready (function () {
5
4
grecaptcha .execute (' {{ $publicKey } }' , {action: ' {{ $action } }' }).then (function (token ) {
You can’t perform that action at this time.
0 commit comments