Setup Essentials
Requirements for 6amMart Installation
Admin & Web (V3.0)
- PHP 8.2 or higher
- MySQL 5.7 or higher
- Laravel 10
Mobile App (V3.0)
- IDE: Android Studio latest
- Flutter SDK (version 3.27.4 Stable)
- Install JDK 17
- Xcode 16.2 for IPA file build
For React (V3.0)
- Node js v16.8 or higher
- Npm / Yarn
- Vs code / Webstrom
For Rental Module (V1.0)
- You need to use minimum code version 3.0
Setting Up the Rental Module in the User App #
Download the Required Files: #
- Get the User app (without the rental module) from CodeCanyon and open it in your IDE.
- Download the rental module code from CodeCanyon.
Remove the Existing Rental Module: #
- Navigate to: lib/features/rental_module
- Delete the rental_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 rental_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!
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 Rental Module: #
- Navigate to: lib/features/rental_module
- Delete the rental_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 rental_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!