Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.83 KB

USER-GUIDE.md

File metadata and controls

64 lines (40 loc) · 1.83 KB

Documentation

How to install

Install via composer [Recommend]

Run the following command in Magento 2 root folder

composer require mageplaza/module-google-recaptcha
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Install ready-to-paste package (Recommended)

How to upgrade

  1. Backup

Backup your Magento code, database before upgrading.

  1. Remove GoogleRecaptcha folder

In case of customization, you should backup the customized files and modify in newer version. Now you remove app/code/Mageplaza/GoogleRecaptcha folder. In this step, you can copy override GoogleRecaptcha folder but this may cause of compilation issue. That why you should remove it.

  1. Upload new version Upload this package to Magento root directory

  2. Run command line:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

FAQs

Q: I got error: Mageplaza_Core has been already defined

A: Read solution: https://github.com/mageplaza/module-core/issues/3

Q: My site is down

A: Please follow this guide: https://www.mageplaza.com/blog/magento-site-down.html

Support