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 React Website. #
If you’ve downloaded the react website code without the rental module and rental module from CodeCanyon and successfully run it in your IDE, follow these steps to integrate the rental module:
- Extract the downloaded file to access the rental_module folder.
- Navigate to your project directory -> src/components/home/module-wise-components.
- Delete the existing rental folder, as it contains no code.
- Copy the extracted rental folder from the downloaded rental module package.
- Paste it inside the module-wise-components folder of your react website project.
Your rental service is now successfully integrated and ready to use on the React website.