Twilio_MessageLog

Twilio_messagelog

A demo application that shows how to integrate a Svelte application with Symfony via Webpack Encore.

Twilio_MessageLog

Technical Requirements

For the Symfony application

For the Svelte application, you would need a Package manager - this application uses Yarn.

Installation

$ git clone https://github.com/ybjozee/Twilio_MessageLog.git
$ cd Twilio_MessageLog
$ composer install
$ yarn install

Usage

Make a local version of the .env file

$ cp .env .env.local

Update the relevant Twilio keys in .env.local

TWILIO_ACCOUNT_SID="INSERT_TWILIO_ACCOUNT_SID"
TWILIO_AUTH_TOKEN="INSERT_TWILIO_AUTH_TOKEN"

Bundle your Svelte application

$ yarn dev
# To watch for changes 
# yarn watch

Run your application

$ symfony serve

Top categories

Loading Svelte Themes