After installation these things You can start local setup configuration with tools

Following Bellow:

  1. First install Xampp server
  2. Install Git
  3. download file (Ex. sremv3.ctpltest.io) to provided by System Admin

Follow these steps:

Step 1: Go that path where xampp server is install.

SREM APP

Step 2: click on xampp folder after that go in htdocs folder and double click on that.

SREM APP

Step 3: click on htdocs >> create_folder >> project name

For example: htdocs >> sremv3stage(folder name)

SREM APP

Step 4: Go inside Project folder(sremv3stage)>> right click on mouse and then open Git Bash Here.

SREM APP

Step 5: Go in Terminal After that you have to clone with repo.

Follow this command:

  # git clone https://git-codecommit.ap-south-1.amazonaws.com/v1/repos/SREMV3 .

and press enter

SREM APP

Step 6: After cloning. You can see this type of screen

SREM APP

Step 7: Go inside Project folder

SREM APP

Step 8: Unzip the zip file provided by system admin and paste all files in the project folder and replace all.

SREM APP

Click on Replace the files in the destination on that folder all file will replace.

SREM APP

DB Import Porcessing

Step 9: Database provide by System Admin related project and start process

  1. click on the xampp control pannel and start Apache and MySql server

SREM APP

Step 10: Open shell terminal and follow thise command:

# mysql -u root -p
  1. And click enter after that again click enter, don’t put password and look this type of screen

SREM APP

Step 11: After this process create database follow this command:

 # create database db-name(nnps_stage);
 # exit

SREM APP

Step12: Import database:

Follow this command:

    # mysql -u username -p database_name < path_to_mysql_file.sql

For example:

#   mysql -u root -p sremv3stage < C:\Users\shash\Desktop\Ctpl-office\sremv3.sql

SREM APP

Step 13: Go on Browser put this url >> http://localhost/phpmyadmin/

  1. Click on phpMyAdmin and show import database, you can see on dashboard

SREM APP

Step 14: After that change in .env file, like that

  1. DB_DATABASE=Database name (sremv3_stage)
  2. DB_USERNAME=root
  3. DB_PASSWORD=

Note: After this process open browser and put this url just like that

http://localhost/project-folder-name/public/

For Example: http://localhost/sremv3stage/public/

SREM APP

Queue Worker for Local Setup:-

Open website on browser and then

http://localhost/sremv3stage/public/

  1. Put Email id
  2. Click on Proceed button.

SREM APP

After this process

  1. Put Password
  2. Click on Submit button

SREM APP

Queue-Worker run on local System:- For SMS

Follow this command:-

 #  php artisan queue:work
 #  Enter

SREM APP

After this show status on the screen

SREM APP