How to configure recaptcha?

Last update: 17/Apr/2022

First of all, Goto Recaptcha and create v2 Checkbox Recaptcha.

You will get a site key and secret key.

Login to your cpanel or any control panel and goto file manager. PROJECT-ROOT/.env you can find the .env file. Open the file and update the values like,

RECAPTCHA_ENABLE=on
RECAPTCHA_SITE_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXX
RECAPTCHA_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXX

That's it.


Installation
  1. Getting Started
  2. Server Requirements
  3. Database Setup
  4. Installation
FAQs
Help