Setup Essentials
Requirements for GroFresh Installation
Admin (V8.0)
- PHP 8.2 or higher
- MySQL 5.7 or higher
- Laravel 12
Mobile App (V8.0)
- IDE: Android Studio latest
- Flutter SDK (3.41.2 Stable)
- Install JDK 17
- Xcode latest
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 Logo: Open
<project>/web/assetsand replace logo.svg with your own logo. - Place Holder Image: Go to
<project>web/assetsand replace preloader.svg with your own placeholder image. - 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>My App</title>- PWA Name: Open
<project>/web/manifest.jsonfile and set the value ofnameandshort_namewith your preferred one.

