Setup Admin Panel

In this section we will guide you how to install admin panel on your system.Follow all the steps as given below.

Before going to install admin panel and all things you need to download following software for the admin panel.

How to Install Admin Panel

Hope you have installed all required software as we mentioned above. We have attached the admin panel .zip folder inside the package.

  • Follow all the steps and install carefully.

  • Unzip source code file which has full source code of admin panel.Drag and drop that folder on htdocs folder.

How to install and run PHP Admin Panel on local environment.

AWS Hosting for your Admin Panel

Note: Please make sure there are different types of servers available.Each has its own steps and process to make the local code to live.I am not responsible if you get any error once you upload you code on any live server.(we have used AWS and which is working fine.)If you need any kind of help regarding server setup and installation you need to pay more for this.

How to Install Admin Panel on System

open http://localhost/phpmyadmin and create new database.

Put justalk folder inside the htdocs folder and open the link http://locahost/justalk/public/install. you will see the below screen.

.env section: Follow all the steps very carefully and udpate the values as below

  • Application

  • APP_ENV: local or production. Based upon where you want to setup

  • APP_KEY: No need to change

  • APP_DEBUG: true or false. Generally, true in local server and false on production

  • APP_LOG_LEVEL: No need to change

  • APP_URL: Your application URL

  • Database

  • DB_CONNECTION: No need to change

  • DB_HOST: No need to change

  • DB_PORT: No need to change

  • DB_DATABASE: Database name that you created in the above step

  • DB_USERNAME: Database username

  • DB_PASSWORD: Database password

  • Please add qoutes if env variables have space in it

  • Click save and Install (Make sure you click 'Save .env' before clicking on Install)

  • After installation: your admin url will be: https://yourdomain/login or http://localhost/justalk/public/login

make sure you set the public path in your domain

Last updated