WWatifly

Visual install guide

Exactly what you'll see, step by step — from upload to a live, licensed panel. No coding.

1

Create a database

In your hosting panel (cPanel / Hostinger) → Databases. Create an empty database + a user with all privileges. Note the name, user & password.

hpanel.hostinger.com › Databases

Create New MySQL Database

Database nameu123_watifly
Usernameu123_admin
Password••••••••
Create
2

Upload & unzip

Upload the source ZIP into your web root (public_html) and Extract it there.

File Manager › public_html
watifly-source-v1.0.0.zipExtract
app
public
routes
vendor
config
resources
storage
artisan
3

Install dependencies

If vendor/ isn't bundled, run this once in the Terminal (or upload a local vendor/).

Terminal › ~/public_html
$ composer install --no-dev --optimize-autoloader Generating optimized autoload files ✓ Dependencies installed.
4

Open /install.php

Fill one form — database + brand + your admin login. Click Install now. It writes config, builds the database and creates your Super Admin, then deletes itself.

https://yourdomain.com/install.php

Install your platform

DB name
DB user
Brand name
Admin email
Install now

✓ Installer self-deletes after success.

5

Log in & activate license

You're sent to login. After signing in the panel opens locked — paste your license key and Activate. It verifies instantly and the whole panel unlocks. 🎉

https://yourdomain.com/admin/license

Panel locked

XXXXX-XXXXX-XXXXX-XXXXX
Activate

That's it — you're live!

Welcome screen with confetti, then your full panel. Now make users, resellers, run campaigns — and grow your business.

Need the written guide? It's in docs/installation/en.md & hinglish.md inside your ZIP.