Skip to content

dravencms/recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

DravenCMS recaptcha meta package

This is a Draven CMS recaptcha metapackage

Instalation

The best way to install dravencms/recaptcha is using Composer:

$ composer require dravencms/recaptcha

After installation add this code to your app/config/settings.neon

recaptcha:
	secretKey: 6Lfv2A4UAAAAAPg8HMcwsXXXXXXXXXXXXXXX  # Use your own secretKey
	siteKey: 6Lfv2A4UAAAAAKkmkrDnXXXXXXXXXXXXXXX  # Use your own site key
	minimalScore: 0.5