shanbo/recaptcha

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.0 2020-02-05 16:35 UTC

This package is auto-updated.

Last update: 2024-05-04 20:24:09 UTC


README

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

Applications that use Symfony Flex

Open a command console, enter your project directory and execute:

$ composer require shanbo/recaptcha

Create recaptcha.yaml

recaptcha:
  key: '%env(GOOGLE_RECAPTCHA_KEY)%'
  secret: '%env(GOOGLE_RECAPTCHA_SECRET)%'

Add to your .env

GOOGLE_RECAPTCHA_KEY=
GOOGLE_RECAPTCHA_SECRET=