Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

Magento 2 install extension using command line or manual installation

  1. #1
    Junior Member john_here's Avatar
    Join Date
    Dec 2016
    Posts
    149
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Magento 2 install extension using command line or manual installation

    Magento 2 install extension using command line or manual installation

    View more Magento 2 Extension

    Name:  magento-2-install-extension-.jpg
Views: 8
Size:  191.0 KB

    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:  Megamenu.png
Views: 10
Size:  50.4 KB

    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:  ImportSampleData.jpg
Views: 9
Size:  60.3 KB

    Refresh the cache under System­ >> Cache Management

    II. Watch our Magento 2 Tutorial Video Here

    1. How to install magento 2 blog extension



    2. How to install magento 2 megamenu



    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 DETAIL->

    View more threads in the same category:


  2. #2
    Junior Member
    Join Date
    Jan 2017
    Posts
    127
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    Thanks for the information.

  3. #3
    Junior Member
    Join Date
    Nov 2019
    Posts
    1,083
    Thanks
    6
    Thanked 3 Times in 3 Posts

    Default

    Thanks for sharing this informative content.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •