Installing the tawk.to Magento 2 extension

Step 1

Manual installation

  1. Download the extension installation files here: https://github.com/tawk/tawk-magento-2/archive/master.zip
  2. Extract the tawk-magento-2-master folder from the package
  3. Copy the contents of tawk-magento-2-master folder to <magento-installation-root-folder>/app/code/Tawk/Widget folder of your website (create a new folder if necessary)

Standard installation

  1. Be sure Composer is installed. You can install it by entering in your website root directory and executing this command: curl -sS https://getcomposer.org/installer | php
  2. When Composer has been installed, add the GitHub repository to your Composer repositories by executing this command: php composer.phar config repositories.tawk vcs “https://github.com/tawk/tawk-magento-2.git”
  3. Install the extension by running the following command: php composer.phar require tawk/widget

Step 2

Once the extension is installed, you will need to execute the following command lines from your website root directory:

  1. php bin/magento module:enable Tawk_Widget
  2. php bin/magento setup:upgrade
  3. php bin/magento setup:static-content:deploy
  4. php bin/magento cache:clean

Leave a comment

Your email address will not be published. Required fields are marked *