Table of Contents
As you may know, there are two most popular ways of installing magento 2 extension. The first one is to use COMMAND LINE and the send one is to install manually.
Your magento 2 extensions can be installed in a few minutes by going through these following steps
Step 1: Download/purchase the extension
Step 2: Unzip the file in a temporary directory
Step 3: Upload it to your Magento installation root directory
Step 4: Disable the cache under System >> Cache Management
Step 5: Enter the following at the command line:
php Âf bin/magento setup:upgrade
Step 6: After opening Stores >>Configuration >Â>Advanced >Â> Advanced, the module will be shown in the admin panel
Step 1: Download/purchase the extension
Step 2: Unzip the file in a temporary directory
Step 3: Upload it to your Magento installation root directory
Step 4: Disable the cache under System >> Cache Management
Edit app/etc/config.php file and three line code:
‘Ves_All’ => 1,
‘Ves_Megamenu’ => 1,
‘Ves_Setup’ => 1,
Step 5: Disable the cache under System >Â> Cache Management
Step 6 : After opening Stores Â>> Configuration >> Advanced >> Advanced, the module will be shown in the admin panel.
>> UPGRADING DATABASE
If you need to upgrade the database, run the following command line:
php Âf bin/magento setup:dbÂschema:upgrade
Go to admin >> Ves_Setup >> Import
Select the sample data file
Select Import Configuration
Refresh the cache under System >> Cache Management
Learn how to disable extension? Learn more here: How To Disable Magento 2 Extension
LandOfCoder is offering Free Magento Installation Service for All paid- extensions. When purchasing any Extensions LandOfCoder, you can have a chance to get free installation manually on your website by our developers.
1. How to install magento 2 blog extension
How To Install Magento 2 Blog Extension
2. How to install magento 2 megamenu
How To Install Magento 2 Mega Menu Extension
3. How to install magento 2 testimonials
How To Install Magento 2 Testimonial Extension
3. How to install magento 2 image gallery
How To Install Magento 2 Image Gallery Extension
4. How to install magento 2 faq extension
How To Install Magento 2 Faq Extension
5. How to install magento 2 help desk extension
How To Install Magento 2 Help Desk Extension
6. How to install magento 2 out of stock notification
How To Install Magento 2 Out of Stock Notification
7. How to install magento 2 customer quotation
How To Install Magento 2 Customer Quotation
8. How to install magento 2 page builder
How To Install Magento 2 Page Builder
9. How to install magento 2 form builder
How To Install Magento 2 Form Builder
10. How to install magento 2 advanced report
How To Install Magento 2 advanced report
11. How to install magento 2 marketplace extension
How To Install Magento 2 marketplace extension
12. How to install magento 2 order tracking
How To Install Magento 2 order tracking
13. How to install magento 2 store locator
How To Install Magento 2 store locator
14. How to install magento 2 search extension
How To Install Magento 2 Search extension
15. How to install magento 2 reward points
How To Install Magento 2 reward point
16. How to install magento 2 store credit
How To Install Magento 2 store credit
17. How to install magento 2 follow up email
How To Install Magento 2 follow up email
18. How to install magento 2 hide price
How To Install Magento 2 hide price
19. How to install magento 2 SMTP extension
How To Install Magento 2 smtp extension
Related Post
Magento 2 is an incredibly flexible and powerful eCommerce platform that can be tailored to…
When it comes to e-Commerce platforms, undoubtedly Magento 2.0 grabs the spotlight. Magento might not…
Black Friday and Cyber Monday – BFCM 2024 are nearly around the corner, and it’s…
The holiday shopping season is here, and there’s no better time to supercharge your Magento…
In today’s digital landscape, the rapid evolution of advanced web applications, particularly Progressive Web Apps…
As eCommerce booms, big data eCommerce will be all about providing insight into how to…
View Comments
php Âf bin/magento setup:upgrade
php f ??????
Also, this doesn't work.
Everywhere it says that I should use the command line.
What does that mean? Does this refer to a SSH client?