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
On this page

Was this helpful?

  1. Usage

Single restaurant

PreviousRestaurant subdomainNextTranslations

Last updated 4 years ago

Was this helpful?

From the version 1.4.0 the project supports single restaurant version. To enable this option you will need to make these steps:

Chande the environment variable SINGLE_MODE from false to true.

SINGLE_MODE=true

Open your database using phpMyAdmin on your shared hosting or just simply open Adminer. (Adminer is php script to manage your database). The Adminer is located on yourdomain.com/adminer

There, login with your database username and password.

Open restorants table and find the restaurant that you want to use in your project.

Find the column id and see which number ID is used for that restaurant.

Now add the restaurant id in the following environment variable.

SINGLE_MODE_ID=1 //Restaurant id