Food Tiger
Search…
Food Tiger
Introduction
Installation
Installation on Shared Hosting
Updating - Shared hosting
Run local
Define Basics
Database
Mail server
Localization and Time format
Pricing Plans
Payments
Stripe Gateway
Paystack Gateway
Google API
Google Analytics
Google authentication
Facebook authentication
One Signal push notifications
Twilio SMS notifications
Usage
Getting Started
Register as an admin
Multilingual menu
Set up your site
Restaurant subdomain
Single restaurant
Translations
Custom CSS
Import from CSV
Custom fields on order
Project plugins
Plugins
How to install plugin
ShareThis
Cookie Consent
Thermal Printer Module
WebHooks
API
Client API
Driver API
Changelog
Changelog
FAQ
Powered By
GitBook
Twilio SMS notifications
From version 1.4 in the script we enable SMS notifications.
By default this feature is disabled and you will need to enable by changing the ENV variable from
false
to
true
.
1
ENABLE_SMS_VERIFICATION=true
Copied!
Visit the
Twilio official website
and create a new account.
After creating you will have access to the Twilio console.
From the left menu select
Settings
>
General.
Find
API Credentials
sections and copy
ACCOUNT SID
and
AUTH TOKEN
.
Add these variables in your ENV file.
1
TWILIO_ACCOUNT_SID=""
2
TWILIO_AUTH_TOKEN=""
Copied!
Now you will need to add your phone number that you will use for your project.
Click on the menu under the home icon and select
Phone Numbers
.
Add new phone number and add in your ENV file again.
1
TWILIO_FROM=""
Copied!
​
Define Basics - Previous
One Signal push notifications
Next - Usage
Getting Started
Last modified
1yr ago
Copy link