Setup Essentials
Requirements for StackFood Installation
Admin & Web (V8.0)
- PHP 8.2 or higher
- MySQL 5.7 or higher
- Laravel 10
Mobile App (V8.0)
- IDE: Android Studio latest
- Flutter SDK ( 3.27.1 Stable)
- Install JDK 17
- Xcode 16.2 for IPA file build
For React (V8.0)
- Node js v16.8 or higher
- Npm / Yarn
- Vs code / Webstrom
StackFood is dependent on PHP version 8.2 or higher and MySQL version 5.7 or later. Additionally, the following server configurations and PHP extensions are necessary:
- Mod_rewrite for Apache
- BCMath PHP extension
- Ctype PHP extension
- JSON extension
- Mbstring extension
- OpenSSL extension
- PDO extension
- Tokeniser extension
- XML extension
- Zip extension
- Fileinfo extension
- Gd extension
- Sodium extension
- Mysql PDO extension
Typically, these extensions are enabled by default on most servers. However, it is advisable to verify the configuration with your hosting provider to ensure compatibility with the project.
WARNING
Please do this very carefully. We will not be responsible for your mistake.