Logo

Construz - Construction PHP Template

Created:13/10/2025

Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to open a new ticket at our support forum

24/7 Support: Send Us a message from Our Profile

Template Installation

1. Install PHP (Required Version: >8.2)

Make sure PHP (>8.2) is installed and running on your system.

php -v

2. Install Composer (Recommended version: >= 2.2)

Download and install Composer from the official website https://getcomposer.org/download/.

3. Download and Extract the Project Files

Download the zip file containing all project files.Extract the contents of the zip file into your desired location.

4. Install Dependencies

Download the zip file containing all project files.Extract the contents of the zip file into your desired location.

composer install

5. Run the PHP Application

php -S localhost:8000

Pages

Total 18 Pages

Fonts

Google free fonts:

Open assets/css/style.css file to find the fonts name from typography area. That's it...

Source File (CSS)

<!--==============================
    All CSS File
============================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Fontawesome Icon -->
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Slick Slider -->
<link rel="stylesheet" href="assets/css/slick.min.css">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="assets/css/style.css">
CSS Source

Source File (Js)

<!--==============================
All Js File
============================== -->
<!-- Jquery -->
<script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
<!-- Slick Slider -->
<script src="assets/js/slick.min.js"></script>
<!-- Bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Magnific Popup -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Nice Select -->
<script src="assets/js/nice-select.min.js"></script>
<!-- Nice Select -->
<script src="assets/js/tilt.jquery.min.js"></script>
<!-- Isotope Filter -->
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<!-- Main Js File -->
<script src="assets/js/main.js"></script>
JS Source

Customization

How to Change Logo

Open assets\img folder and paste your logo. Then go to the header section of PHP and replace the directory link.

Demo of How To Change Logo

How to Change Menu Links

Demo of How To Change Menu Links

How to Change Email Address

Demo of How To Change Menu Links