Extension is integrate Google Recaptcha with your Magento2 store.
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer require faonni/module-re-captcha
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)