Table of Contents
I. MAGENTO 2 INSTALL EXTENSION
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.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
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
Option 2. Magento 2 install extension manually
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
II. IMPORT SAMPLE DATA
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
For customers who are interested in magento 2 extensions, you can see the list below:
- Magento 2 Page Builder
- Magento 2 Mega Menu
- Magento 2 Order Tracking
- Magento 2 Blog Extension
- Magento 2 Form Builder
- Magento 2 FAQ Extension
- Magento 2 Testimonials
- Magento 2 Search Extension
- Magento 2 Image Gallery
- Magento 2 Reward Points
- Magento 2 Marketplace Extension
- Magento 2 Layered Navigation
- Magento 2 Help Desk
- Magento 2 SMTP Extension
- Magento 2 Quote Extension
- Magento 2 Out of Stock Notification
- Magento 2 Advanced Reports
- Magento 2 Social Login
- Magento 2 Store Locator
- Magento 2 Search Extension
- Magento 2 Layered Navigation
- Magento 2 Follow Up Email
- Magento 2 Hide Price
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.
II. Watch our Magento 2 Tutorial Video Here
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
- How to Uninstall Magento 2 Extension Manually
- How to uninstall and remove a magento 2 extension
- How To Choose Best Magento 2 Extensions
- Magento 2 SEO Default Settings: A Full Overview
- How To Import Product CSV Magento 2
- How To Disable Admin Notification in Magento 2 Admin Panel
- How To Disable Magento 2 Reviews and Rating
- How To Manage Customer’s Review and Ratings in Magento 2
- How I change the locale of admin backend
- How To Change Theme In Magento 2.0 and Magento 2.1
- How to reset Magento 2 admin password
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?