Installation

Once you extract the code files, you will find the "code.zip" and "database.sql" files that you require to process installation.

The following process will be used for installation.

  1. Download the script from Codecanyon.

  2. Once you download and extract the script file you will find "code.zip". Upload this zip file to your server and extract it to your root location.

  3. Create a database on cPanel and import "database.sql".

  4. Go to .env

Fill in the database connection details in .env

DB_HOST=DATABASE_HOST
DB_DATABASE=DATABASE_NAME
DB_USERNAME=DATABASE_USERNAME
DB_PASSWORD=DATABASE_PASSWORD

For the DB_HOST If have any specific host then only change its value from localhost or 127.0.0.1

Fill in the APP_URL details in .env

APP_URL=http://yourdomain.com

System Default Admin Login

Email: admin@admin.com
Password: Tech@123

Last updated