webshoplogin/invisible-recaptcha

This package is abandoned and no longer maintained. No replacement package was suggested.

Invisible recaptcha for laravel

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/webshoplogin/invisible-recaptcha

1.0.2 2018-03-30 12:06 UTC

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,