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.