1. Home
  2. Docs
  3. Twilio Sms Notification
  4. Installation

Installation

TwilioSms module depends upon the core module named Core, so you need to install it.

Steps to install:

1: Using the composer:

For installing the core module you need to run following commands.
composer require wbcomdesigns/module-core:dev-master

2: Through FTP/SFTP:

You can download this core module from the following links

https://github.com/wbcomdesigns/wbcom-core-module-magento.git

Now connect your FTP/SFTP and upload the modules related folder and files.

Your directory path will be Magento_Root/app/code/Wbcom/Core

 

Another dependency of the Twilio Sms module is on Twilio SDK, so for this need to install that package through the composer.

(a) Using composer :

For installing the Twilio SDK you need to run following commands.
composer require twilio/sdk

 

Important Note:
(a)
The core module is related to Wbcom packages, and for the proper functioning of any packages related to Wbcom, it is strictly required to install this module.

Articles

How can we help?