Setup Essentials
Requirements for 6Valley Installation
Admin (V11.2)
- PHP 8.1 or higher
- MySQL 5.7 or higher
- Laravel 10
Mobile App (V11.2)
- IDE: Android Studio latest
- Flutter SDK (3.27.1 Stable)
- Install JDK 17
- Xcode 16.2 for IPA file build
For building web data for deployment, you have to run the command:
flutter build web --web-renderer html --release
Build file location: <project>/build/web/
After running the command, Go to /build/web/
and copy all files from this folder and upload it to your domain. There are some files are hidden, you have to take them also like (.htaccess)
.
Info
You can not deploy admin and web at the same domain. In that case you can use a subdomain for one. Like you can deploy your admin at https://admin.your_domain.com and web at https://your_domain.com. And in-app code you have to use the base URL as https://admin.your_domain.com
.
Tip
Recommended tutorial is below 👇