Skip to content

starozytny/recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published