Update & Upgrade

How to install Magento 2 Extension?

To setup our magento 2 extensions. Please follow there steps:

- Step 1, Upload and decompress module package file into magento 2 webroot folder. Example: Ves_PageBuilder_v2.1.2-m22.zip

- Step 2, Connect SSH of your server via terminal as Putty or macosx terminal. Run there commands:

php bin/magento setup:upgrade --keep-generated

php bin/magento setup:static-content:deploy -f

php bin/magento cache:clean

chmod -R 0777 var pub generated

- Step 3, You should verify license key for the extensions. Follow the guide: https://landofcoder.ticksy.com/article/11618

- Step 4,  If you want to import the sample data (some extensions are including sample import data json files, ex: pagebuilder, gallery, blog, brand, testimonial, faq, formbuilder, ...) Go to admin > venustheme (or landofcoder) > setup > Import