Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDaDeng committed Jul 9, 2019
1 parent 0783b0c commit 4510d5e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

A star would be a nice encouragement. ^.^

### Update: Multi lang is supported ~2.2.17 (2019-07-09)
### (2019-04-28 Refresh Recaptcha Response in Ajax call is supported, you can refresh the recaptcha response after ajax response is returned (check on Ajax Usage). Version: ~2.2.16)
### Update: Vue component is production ready. Please upgrade package version : ~2.2.11
### Update: if you are using version lower than 2.2.11, please upgrade and publish config file again (remove your current one). There are a few major improvments on Blade usage, please read instructions.
Expand Down Expand Up @@ -125,13 +124,6 @@ $ php artisan vendor:publish --provider="TimeHunter\LaravelGoogleReCaptchaV3\Pro

After installation, you should see a googlerecaptchav3.php in your app/config folder, and vue component under js/components/googlerecaptchav3 folder.


For multi lang:
```sh
$ php artisan vendor:publish --provider="TimeHunter\LaravelGoogleReCaptchaV3\Providers\GoogleReCaptchaV3ServiceProvider" --tag=googlerecaptchav3.lang
```
A lang folder will be created under /resources/lang/vendor/LaravelGoogleReCaptchaV3/*

## Configurations <a name="settings" />
### Setting up your Google reCAPTCHA details in config file

Expand Down

0 comments on commit 4510d5e

Please sign in to comment.