Skip to content

Space48/ZendeskChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZendeskChat

An online live chat software solution extension for Magento 2

Install

Manually

To install this module copy the code from this repo to app/code/ProjectName/ZendeskChat folder of your Magento 2 instance, then you need to run php bin/magento setup:upgrade

Via composer:

From the terminal execute the following:

composer config repositories.project_name-zendeskchat vcs git@github.com:Space48/ZendeskChat.git

then..

composer require "space48/zendeskchat:{module-version}"