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
You have to download and setup node js from nodejs.org. You can follow documentation with your own device.
INFO
You must install version 16.8 or later. You can follow the documentation which suits your device.
Installing Node js #
Great!! As now you have installed the NodeJs successfully, now you just have to install NPM or Yarn. Below we have given the easy documentation.
Installing npm #
TIP
You can check the official documentation –
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
To download the latest version of npm, run the following command on the command line:
sudo apt install -g npmAnd,
Installing Yarn #
TIP
You can check the official documentation –
https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable
npm install --global yarn