Skip to content

Commit 11678ee

Browse files
committed
updated feature
1 parent b94f104 commit 11678ee

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This package requires the following dependencies:
5252
Via Composer
5353

5454
``` sh
55-
$ composer require timehunter/laravel-google-recaptcha-v3 "~1.2.0"
55+
$ composer require timehunter/laravel-google-recaptcha-v3 "~1.2.1"
5656
```
5757

5858
If your Laravel framework version <= 5.4, please register the service provider in your config file: /config/app.php, otherwise please skip it.

config/googlerecaptchav3.php

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
| Type: string
5151
| Support:
5252
| - true: the badge will be shown inline with the form, also you can customise your style
53-
| - false: the badge will be shown at the corner of the page
53+
| - false: the badge will be shown in the bottom right side
5454
|
5555
*/
56-
'inline' => true,
56+
'inline' => false,
5757

5858
/*
5959
|--------------------------------------------------------------------------
@@ -98,14 +98,4 @@
9898
| Google reCAPTCHA API
9999
*/
100100
'site_verify_url' => 'https://www.google.com/recaptcha/api/siteverify',
101-
102-
103-
/*
104-
|--------------------------------------------------------------------------
105-
| Site Verify Url
106-
|--------------------------------------------------------------------------
107-
| Type: string
108-
| Google reCAPTCHA API
109-
*/
110-
'display_badge' => true
111101
];

0 commit comments

Comments
 (0)