Preparation:
- Before starting the installation, ensure that your Magento environment meets
the following prerequisites:
System Requirements:
- PHP Version: 7.4 or higher is recommended.
- Composer: Must be installed for dependency management.
- Database Backup: Backup your database and files to prevent data loss
during installation..
Magento 2 module installation. Here's a detailed guide on how to proceed:
Magento 2 module Installation
Step 1:Extract the Zip File:
- Extract the contents of the zip file to a temporary directory on your
computer.
Step 2: Copy Files to Magento Root Directory:
- Copy all files and folders from the extracted zip file.
- Paste the copied files into the Upload the extracted files to the
app/code/Letscms/Faq directory in your Magento root.
Step 3: Open Terminal or CMD:
- Change your working directory to the Magento root directory using the
following command:
-
you need to run the following commands to install and activate the module:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
Verify Installation:
To remove the module, run the following commands:
you need to run the following commands to install and activate the module:
php bin/magento module:disable Vendor_moduleName
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush