Monthly Archives: June 2019
There are different ways to install Magento 2 Extension:
1. Install Magento 2 Extension via the Composer
This installation method is the most preferred, but not all Magento 2 extension vendors provide a possibility to install their modules via the Composer.
Composer is the package manager for the PHP, it allows you to manage dependencies of Magento 2 extensions and PHP libraries. It also facilitates the upgrade process of Magento2 & Magento2 Extensions.
2. Install Magento 2 Extension from Archive
This is the most common method since Magento 1.x times.
If you need to update Magento 2 Rocket Javascript by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Rocket Javascript extension was installed with.
Update using composer
If the rocket javascript module was installed via the composer (check if vendor/magefan/module-rocketjavascript folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-rocketjavascript
composer require magefan/module-rocketjavascript ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the rocket javascript module was installed via FTP (check if app/code/Magefan/RocketJavaScript folder exists), then follow these commands:
1. Download
If you need to update Magento 2 Command Line Interface Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Command Line Interface extension was installed with.
Update using composer
If the command line interface module was installed via the composer (check if vendor/magefan/module-cli folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-cli
composer require magefan/module-cli ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the command line interface module was installed via FTP (check if app/code/Magefan/Cli folder exists), then follow these commands:
1. Download the latest version
If you need to update Conflict Detector for Magento 2 by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Conflict Detector extension was installed with.
Update using composer
If the conflict detector module was installed via the composer (check if vendor/magefan/module-conflict-detector folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-conflict-detector
composer require magefan/module-conflict-detector ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the conflict detector module was installed via FTP (check if app/code/Magefan/ConflictDetector folder exists), then follow these commands:
1. Download
If you need to update Magento 2 Product Widget Advanced Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Product Widget Advanced extension was installed with.
Update using composer
If the product widget advanced module was installed via the composer (check if vendor/magefan/module-productwidget folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-productwidget
composer require magefan/module-productwidget ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the product widget advanced module was installed via FTP (check if app/code/Magefan/ProductWidget folder exists), then follow these
If you need to update Magento 2 Youtube Widget Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the YouTube Widget extension was installed with.
Update using composer
If the youtube widget module was installed via the composer (check if vendor/magefan/module-youtube-widget folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-youtube-widget
composer require magefan/module-youtube-widget ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the youtube widget module was installed via FTP (check if app/code/Magefan/YouTubeWidget folder exists), then follow these commands:
1. Download the latest
If you need to update Magento 2 Twitter Cards Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Twitter Cards extension was installed with.
Update using composer
If the twitter cards module was installed via the composer (check if vendor/magefan/module-twitter-cards folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-twitter-cards
composer require magefan/module-twitter-cards ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the twitter cards module was installed via FTP (check if app/code/Magefan/TwitterCards folder exists), then follow these commands:
1. Download the latest version
If you need to update Magento 2 Image Lazy Load Extension by Magefan, please follow the steps below.
Note: the updating instructions depend on the method the Image Lazy Load extension was installed with.
Update using composer
If the image lazy load module was installed via the composer (check if vendor/magefan/module-lazyload folder exists), then you need to run these simple CLI commands in Magento 2 directory:
composer remove magefan/module-lazyload
composer require magefan/module-lazyload ^x.x.x
# replace x.x.x with the version you want to use
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Update using archive and FTP
If the image lazy load module was installed via FTP (check if app/code/Magefan/LazyLoad folder exists), then follow these commands:
1. Download the latest version of image
If you decided to remove Magento 2 Rocket Javascript, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/RocketJavaScript
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-rocketjavascript
then run composer CLI command to remove it
composer remove magefan/module-rocketjavascript
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension Data (optional)
Attention! This will clean all extension
If you decided to remove Magento 2 Command Line Interface Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way the extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/Cli
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-cli
then run composer CLI command to remove it
composer remove magefan/module-cli
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension Data (optional)
Attention! This will clean all extension data.
1.
If you decided to remove Conflict Detector for Magento 2, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way the extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/ConflictDetector
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-conflict-detector
then run composer CLI command to remove it
composer remove magefan/module-conflict-detector
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension Data (optional)
Attention! This will clean
If you decided to remove Magento 2 Product Widget Advanced Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way the extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/ProductWidget
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-productwidget
then run composer CLI command to remove it
composer remove magefan/module-productwidget
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension Data (optional)
Attention! This will
If you decided to remove Magento 2 Youtube Widget Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way the extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/YouTubeWidget
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-youtube-widget
then run composer CLI command to remove it
composer remove magefan/module-youtube-widget
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension Data (optional)
Attention! This will clean
If you decided to remove Magento 2 Twitter Cards Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on the way the extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/TwitterCards
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-twitter-cards
then run composer CLI command to remove it
composer remove magefan/module-twitter-cards
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension Data (optional)
Attention! This will clean all
If you decided to remove Magento 2 Image Lazy Load Extension, please follow the steps below. You can contact our team for a free consultation in case you have any issues with Magefan's extension.
Remove Extension Files
Removing files instruction depends on a way the extension has been installed in.
1. If you can find the extension files in the folder
app/code/Magefan/LazyLoad
then remove this folder.
2. If the extension was installed via the composer and its files located in the folder
vendor/magefan/module-lazyload
then run composer CLI command to remove it
composer remove magefan/module-lazyload
Once extension files have been removed, run these Magento CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Remove Extension Data (optional)
Attention! This will clean all extension data.
You can install Magento 2 Image Lazy Load Extension by Magefan, using composer or archive installation methods.
Do you want us to install and configure the Image Lazy Load extension for you? Let our technical engineers do it – check out our installation service.
Installation via composer (recommended)
- Open command line.
- Using command "cd" navigate to your Magento 2 root directory.
- Run CLI commands:
composer require magefan/module-lazyload
# Authentication required (repo.magento.com)
# Get your Magento Marketplace authentication keys or use these:
# Username: 7c018006799466c681ad507e27904677
# Password: 289077c86e811661a8f7751828485d3a
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
You can install Magento 2 Command Line Interface Extension by Magefan, using composer or archive installation methods.
Do you want us to install the Command Line Interface extension for you? Let our technical engineers do it – check out our installation service.
Installation Method via composer (recommended)
- Open command line.
- Using command "cd" navigate to your Magento 2 root directory.
- Run CLI commands:
composer require magefan/module-cli
# Authentication required (repo.magento.com)
# Get your Magento Marketplace authentication keys or use these:
# Username: 7c018006799466c681ad507e27904677
# Password: 289077c86e811661a8f7751828485d3a
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
You can install Conflict Detector for Magento 2 by Magefan, using composer or archive installation methods.
Do you want us to install the Conflict Detector for you? Let our technical engineers do it – check out our installation service.
Installation Method via composer (recommended)
- Open command line.
- Using command "cd" navigate to your Magento 2 root directory.
- Run CLI commands:
composer require magefan/module-conflict-detector
# Authentication required (repo.magento.com)
# Get your Magento Marketplace authentication keys or use these:
# Username: 7c018006799466c681ad507e27904677
# Password: 289077c86e811661a8f7751828485d3a
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
You can install Rocket Javascript by Magefan, using composer or archive installation methods.
Do you want us to install and configure the Rocket JavaScript extension for you? Let our technical engineers do it – check out our installation service.
Installation via composer (recommended)
- Open command line.
- Using command "cd" navigate to your Magento 2 root directory.
- Run CLI commands:
composer require magefan/module-rocketjavascript
# Authentication required (repo.magento.com)
# Get your Magento Marketplace authentication keys or use these:
# Username: 7c018006799466c681ad507e27904677
# Password: 289077c86e811661a8f7751828485d3a
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
You can install Magento 2 Product Widget Advanced Extension by Magefan, using composer or archive installation methods.
Do you want us to install Magento 2 Product Widget extension for you? Let our technical engineers do it – check out our installation service.
Installation via composer (recommended)
Please navigate to your Magefan Account > My Downloads > Install via Composer to get the composer installation instructions.
You can install Magento 2 YouTube Widget Extension by Magefan, using composer or archive installation methods.
Do you want us to install the YouTube Widget extension for you? Let our technical engineers do it – check out our installation service.
Installation via composer (recommended)
Please navigate to your Magefan Account > My Downloads > Install via Composer to get the composer installation instructions.