Exam Frame logo
Exam Frame β€’ Installer
Quick Start Get Help
Built with  Laravel 11  β€’ Requires  PHP 8.2+ β€’ MySQL

Install & Launch in Minutes

Easy, production-ready guide to deploy on yourdomain.com or /exam subfolder. (Root-based docroot, no /public.)

5–10 min setup
Quick Start

Step-by-Step Installation

Unzip Source Package

Upload & extract the package into your server’s document root or a sub-directory, e.g. yourdomain.com or yourdomain.com/exam/.

Create Database & Import

Create a fresh MySQL database, user & password. Import Database.SQL using phpMyAdmin or any DB tool.

Update Configuration Table (Domain)

Open configurations table β†’ set domain_name to your live URL/path. Example: replace http://build.test/ with https://yourdomain.com/.

Configurations table example
Edit .env with DB Credentials
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=build
DB_USERNAME=root
DB_PASSWORD=root

Replace with your actual database name, username & password.

Clear & Optimize
php artisan optimize:clear
Artisan optimize clear example
Login

Open yourdomain.com/login and sign in with:

UsernamePassword
admindemo@123
Security Tip: Change the default password immediately after first login.
Done! Your Exam Frame is now installed and ready to use.
Resources

Support & Links

We offer free installation for all new and old purchases.

Prefer us to set it up? Ping WhatsApp or email with your server credentials and preferred domain/folder.
Troubleshooting

Common Fixes