Contractor Website Template

Documentation & Installation Guide

Introduction

Thank you for purchasing the Contractor Website Template. This template is designed for construction companies, contractors, architecture firms, renovation services, and building companies. The template includes:

Template Requirements

Requirement Version
PHP 8.0+
MySQL 5.7+
Apache / Nginx Latest
PHP Extensions PDO, MySQLi

Installation Guide

Step 1 – Upload Files

Upload the template files to your hosting directory. Example: public_html/

Step 2 – Create Database

Open **phpMyAdmin**. Create a new database. Example: contractor_template Then import: database/contractor.sql

Step 3 – Configure Database

Open: includes/db.php Update your database credentials:
$host = "localhost"; $dbname = "contractor_template"; $username = "db_user"; $password = "db_password";

Admin Login

Admin panel location: /admin Example: https://yourdomain.com/admin Default admin login: Email: admin@contractor.com Password: admin123 You should change the password after installation.

Folder Structure

assets/ css/ js/ images/ uploads/ admin/ dashboard.php services.php projects.php team.php testimonials.php blog.php includes/ db.php functions.php header.php footer.php

Frontend Pages

Page Description
index.php Homepage
about.php Company information
services.php Services listing
projects.php Project portfolio
team.php Team members
blog.php Blog articles
gallery.php Project gallery
contact.php Contact form
request-quote.php Quote request form

Admin Panel Features

Admin dashboard allows management of:

Customization

You can customize: Logo assets/images/logo.png Styles assets/css/style.css Images assets/images/

Support

If you need assistance with this template, please contact the author. Support includes: • Installation help • Bug fixes • Basic customization guidance