Table of Contents
Setup Essentials
Requirements for eFood Installation
Admin (V11.7)
- PHP 8.2 or higher
- MySQL 5.7 or higher
- Laravel 12
Mobile App (V11.7)
- IDE: Android Studio latest
- Flutter SDK (3.38.5 Stable)
- Install JDK 17
- Xcode 26.0.1 for IPA file build
Warning
You must have to complete all the setups of the user app before starting the web app setup because both these systems belong to the same codebase.
Web App Setup​ #
- Web AppBar Logo:
<project>/web/assets/logo.pngand replace logo.png with your own logo. - Favicon: Open
<project>/web/and replace favicon.png with your own icon. - Title for Web: Open
<project>/web/index.htmland set your app name in the title tag.
/web/index.html
<title>APP_NAME_HERE</title>- PWA Name: Open
<project>/web/manifest.jsonfile and set the value ofnameandshort_namewith your preferred one.