ybjozee / Inky_Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INKY_DEMO

Technical Requirements

Installation

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

Usage

Make a local version of the .env file

$ cp .env .env.local

Update the relevant Twilio keys in .env.local

MAILER_DSN=sendgrid+api://<INSERT_YOUR_SENDGRID_KEY>@default
SENDER_EMAIL=YOUR_SENDGRID_SENDER_EMAIL
SENDER_NAME='YOUR_SENDGRID_SENDER_NAME'

If you're using SQLite as your doctrine transport, create the database.

$ touch var/data.db

Set up your transport

$  symfony console messenger:setup-transports 

Consume messages to the async transport

$ symfony console messenger:consume async -vv

In another terminal, run your application

$ symfony serve

About


Languages

Language:CSS 72.6%Language:Twig 11.2%Language:PHP 11.1%Language:JavaScript 5.1%