webshoplogin / invisible-recaptcha
This package is abandoned and no longer maintained.
No replacement package was suggested.
Invisible recaptcha for laravel
1.0.2
2018-03-30 12:06 UTC
Requires
- guzzlehttp/guzzle: ^6.0
This package is auto-updated.
Last update: 2018-06-08 14:35:46 UTC
README
Install
composer require webshoplogin/invisible-recaptcha
create config/recapcha.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Google invisible ReCaptcha
|--------------------------------------------------------------------------
|
|
*/
'siteKey' => "",
'secretKey' => "",
'hideBadge' => true/false,
'disable' => true/false,
];
add to config/app.php
Webshoplogin\InvisibleRecaptcha\InvisibleRecaptchaServiceProvider::class,