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,
    Name:  install2.png
Views: 23
Size:  50.4 KB
    Magento 2 Install Extension using command line
  • 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
Name:  install3.jpg
Views: 23
Size:  60.3 KB
ImportSampleData

Refresh the cache under System­ >> Cache Management

II. Watch our Magento 2 Tutorial Video Here

1. How to install magento 2 blog extension
Watch video


2. How to install magento 2 megamenu
Watch video


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

View more threads in the same category: