Setup Essentials
Requirements for 6amMart Installation
Admin & Web (V3.8)
- PHP 8.2 or higher
- MySQL 5.7 or higher
- Laravel 12
Mobile App (V3.8)
- IDE: Android Studio latest version
- Flutter SDK (version 3.41.6 Stable)
- Install JDK 17
- Xcode 26.2 for IPA file build
For React (V3.8)
- Node js v16.8 or higher
- Npm / Yarn
- Vs code / Webstrom
For Rental Module (V1.8)
- You need to use minimum code version 3.6
For Rental Module (V1.8)
- You need to use minimum code version 3.6
Note
For Rental Module , You need to use minimum code version 3.0
Setting Up the Rental Module in the Vendor App #
- Download the Required Files:
- Get the Vendor app (without the rental module) from CodeCanyon and open it in your IDE.
- Download the rental module code from CodeCanyon.
- Remove the Existing Taxi Module:
- Navigate to: lib/features/taxi_module
- Delete the taxi_module folder (it contains no code).
- Run the following commands in your terminal:
flutter pub cache clean
flutter clean- Add the Rental Module:
- Extract the downloaded rental module ZIP file.
- Place the extracted taxi_module folder inside the features directory.
- Then Run the following commands in your terminal:
flutter pub get- Your rental module is now set up and ready to use!
Version Update – Rental Module #
Note
This update applies only to existing users of the Rental Module.
If you want to upgrade your Rental Module to the latest version, follow one of the two methods below:
- Update by Changed Files
- Locate the update folder named like: App changes from V1.0 to V1.1
- Inside this folder, you will find files organized directory-wise.
- Simply replace the old files in your project with the corresponding updated files in those directories
- Full Module Replacement
- If you prefer, you can replace the entire Rental Module code with the latest version provided.
Warning
You can not switch from very older version to newer version. You can switch from previous version to new version