Step 0: Some Guideline

1. Pre-requisite

I. Composer Download Composerarrow-up-right. Refer to installation instructionsarrow-up-right for composer installation.

II. Visual Studio

Download Visual Studioarrow-up-right.

III. XAMPP Apache

Download XAMPParrow-up-right.

IV. Node.js

Download Node.js at https://nodejs.org/en/arrow-up-right

2. Start XAMPP MYSQL

Start the Apache and MySQL if you are run at local environment

XAMPP Control Panel

3. Switching Domain to Local Host

  1. At backend > app > Http > Controllers > Controller.php

If mapmama is running at local environment, return false, else if live environment, return to true

  1. At frontend > src > store.js

command the part of

if you are running at the local environment

4. Database Configuration

At backend > .env, command the part of

if you are running at the local environment

5. Terminal

Developer can find the terminal at View or Keyboard Shortcut CTRL + `

Last updated