π΄Single Restaurant
Starting from version 1.4.0, the project supports the single restaurant version. To activate this option, you'll need to follow these steps:
Last updated
Starting from version 1.4.0, the project supports the single restaurant version. To activate this option, you'll need to follow these steps:
Last updated
Update the environment variable SINGLE_MODE from false to true.
Access your database using phpMyAdmin on your shared hosting, or simply open Adminer, which is a PHP script for managing your database. Adminer is typically located at yourdomain.com/adminer.
Once there, log in using your database username and password.
Navigate to the restaurants table and locate the restaurant you want to use in your project.
Find the column id and see which number ID is used for that restaurant.
Now, insert the restaurant ID into the following environment variable.