How can we help?

Installation Guide

This guide walks you through installing the application using the built-in web installer. No technical knowledge is required—just follow each step carefully.

Before You Begin

Make sure your server is ready:

Server Requirements

Requirement

Minimum

PHP Version

8.2 or higher

PHP Extensions

PDO, Mbstring, OpenSSL, cURL, JSON, Fileinfo

Writable Directories

storage/, bootstrap/cache/

Database

MySQL 5.7+ or MariaDB 10.3+

Required Details

Keep the following ready:

  • CodeCanyon Purchase Code

  • MySQL Database (created in hosting panel)

    • DB Name

    • Username

    • Password

    • Host (usually localhost)

Open Installer on Live Domain

  1. Upload files to your server (inside public_html or your domain root).

  2. Open your browser and visit:

https://my-domain.com/install

You will be redirected to the installer.

Step 1: Server Requirements Check

The system will automatically check your server.

image
Step 1 : Server Requirement

If everything is right:

Click Continue

If something is missing:

  • Enable missing PHP extensions from hosting

  • Set permissions:

    • storage/ → 755 or 775

    • bootstrap/cache/ → 755 or 775

  • Click Re-check Requirements

Important: Do NOT proceed until all checks are validate.

Step 2: Activation (License Activation)

Enter your license details:

image
Step 2: Activation

Field

Description

Purchase Code

From CodeCanyon

Domain Name

Auto-filled or if not then add manually via copy from url

Click Validate License

Where to Find Purchase Code

  1. Login to CodeCanyon

  2. Go to Downloads

  3. Click Download → License Certificate

  4. Copy the purchase code

License is tied to your domain.

Step 3: Database Configuration 

Enter your live database details:

image
Step 3: Database Configuration

Field

Example

DB Host

localhost

DB Port

3306

DB Name

mydomain_db

DB Username

mydomain_user

DB Password

Your DB password

Click Setup Database

What Happens

  • Database connection is verified

  • .env file is created

  • App key is generated

  • Tables are created

Step 4: Admin Creation

Fill in your admin details:

image
Step 4: Admin Creation

Field

Description

Full Name

Your name (ex. admin/master admin)

Email

Login email (ex. [email protected])

Password

Minimum 8 characters and must be strong password

Confirm Password

Re-enter password

Click Create Admin Account

Step 5: Finalization

image
Step 5: Finalization

Select Default Currency

Choose your base currency carefully. This cannot be changed later.

Currency Rules

  • Base currency = 1

  • Other currencies = conversion rate

    • Example: 1 EUR = 1.18 USD → enter 1.18, not 0.85

  • Use slightly lower rates for safety

  • Conversion happens at tracking time


Choose Installation Type

Generate Dummy Data

  • Adds demo content

  • Best for testing/demo

    This action will be add dummy data for categories, networks, store, coupon and offers.

Complete Installation

  • Clean setup

  • Best for live websites

Click your preferred option to finish.

Once the installation is complete its auto redirect on admin URL https://my-domain.com/admin. then you can proceed with your admin credentials which created in "Admin Creation" Step.