JobAWay PHP Documentation 1.0.0

Thank you very much for your purchase!

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via our Support mail : Support

Introduction

Jobaway is the new outstanding, extremely modern PHP Template, designed for HR & recruitment company and recruiting manager. Also it fits Consultioial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm, job courses company, leadership training bureau, headhunting firm and job seekers websites.

Installation

To setup the theme, follow below-mentioned steps

  • Install PHP
    • If you're using XAMPP, WAMP, or MAMP, PHP is already included. Ensure your server environment (e.g., Apache, Nginx) is properly configured to work with PHP. If PHP is not installed, you can download it from the official PHP website.

  • Download and Extract the Zip File
    • Download the ZIP file that contains all files integrated with the Jobaway template. Extract its contents to your preferred directory on your system.
  • Start Your PHP Server
    • Launch your PHP server. If you're using XAMPP, WAMP, or MAMP, start Apache. Then, open your web browser and navigate to http://localhost. Include the port number if required (e.g., http://localhost:8080).
  • Edit the Jobaway Template
    • Open the extracted files in a code editor such as Visual Studio Code, Sublime Text, or any other editor of your choice. Modify the HTML, CSS, or PHP files as needed to customize the template according to your requirements.

File Structure

├──  JobAWay /
│   ├──  assets/
│   │   ├──  css/
│   │   ├──  fonts/
│   │   ├──  images/
│   │   ├──  js/
│   ├──  layout/
│   │   ├──  layoutTop.php/
│   │   ├──  layoutBottom.php/
│   ├──  partials/
|   │    ├──  breadcrumb.php
|   │    ├──  footer.php
|   │    ├──  head.php
|   │    ├──  header.php
|   │    ├──  mobilemenu.php
|   │    ├──  pageDirection.php
|   │    ├──  preloader.php
|   │    ├──  script.php
|   │    ├──  scroll.php
|   │    ├──  searchPopup.php
|   │    ├──  subscribeStyleTwo.php
│   ├──  about.php
│   ├──  blog.php
│   ├──  blog-2.php
│   ├──  blog-details.php
│   ├──  contact.php
│   ├──  error.php
│   ├──  faq.php
│   ├──  index.php
│   ├──  index-2.php
│   ├──  index-3.php
│   ├──  index-4.php
│   ├──  index-5.php
│   ├──  job.php
│   ├──  job-2.php
│   ├──  job-3.php
│   ├──  job-4.php
│   ├──  job-details.php
│   ├──  login.php
│   ├──  portfolio.php
│   ├──  portfolio-2.php
│   ├──  portfolio-3.php
│   ├──  sendemail.php
│   ├──  service.php
│   ├──  service-details.php
│   ├──  service-details-2.php
│   ├──  service-details-3.php
│   ├──  service-details-4.php
│   ├──  service-details-5.php
│   ├──  service-details-6.php
│   ├──  page-team-details.php
│   ├──  page-testimonial.php
│   ├──  signup.php
│   ├──  team.php
│   ├──  testimonial.php
├──  Documentation
    └── index.html - Index file for documentation.

PHP Structure

@extends('layout.layout')

<?php 
    $css ='<link href="assets/css/module-css/banner.css" rel="stylesheet">
           <link href="assets/css/module-css/chooseus.css" rel="stylesheet">
           <link href="assets/css/module-css/clients.css" rel="stylesheet">
           <link href="assets/css/module-css/about.css" rel="stylesheet">
           <link href="assets/css/module-css/category.css" rel="stylesheet">
           <link href="assets/css/module-css/industries.css" rel="stylesheet">
           <link href="assets/css/module-css/process.css" rel="stylesheet">
           <link href="assets/css/module-css/welcome.css" rel="stylesheet">
           <link href="assets/css/module-css/faq.css" rel="stylesheet">
           <link href="assets/css/module-css/download.css" rel="stylesheet">
           <link href="assets/css/module-css/testimonial.css" rel="stylesheet">
           <link href="assets/css/module-css/news.css" rel="stylesheet">
           <link href="assets/css/module-css/apps.css" rel="stylesheet">
           <link href="assets/css/module-css/footer.css" rel="stylesheet">';
    $breadcrumb ='false';
    $footer ='false';
    $subscribeStyleTwo ='false';
?>
<?php include './layout/layoutTop.php'?>

        <!-- banner-section -->
        <section class="banner-section banner-style-three p_relative">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- banner-section end -->

        <!-- chooseus-style-two -->
        <section class="chooseus-style-two pt_40 pb_40 centred">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- chooseus-style-two end -->

        <!-- clients-section -->
        <section class="clients-section home-3">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- clients-section end -->

        <!-- about-style-three -->
        <section class="about-style-three">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- about-style-three end -->

        <!-- category-section -->
        <section class="category-section home-3 centred pt_120 pb_0">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- category-section end -->

        <!-- download-section -->
        <section class="download-section alternat-2 pb_120">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- download-section end -->

        <!-- industries-style-three -->
        <section class="industries-style-three centred pt_120 pb_120">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- industries-style-three end -->

        <!-- welcome-section -->
        <section class="welcome-section pt_120 pb_120">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- welcome-section -->

        <div class="slide-text alternat-2">
          .....   .....   .....   .....   .....   .....
        </div>

        <!-- testimonial-style-two -->
        <section class="testimonial-style-two pt_120 pb_120">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- testimonial-style-two end -->

        <!-- dueal-section -->
        <section class="dueal-section p_relative alternat-2 pt_120 pb_120">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- dueal-section end -->

        <!-- news-section -->
        <section class="news-section pt_120 pb_90">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- news-section end -->

        <!-- apps-section -->
        <section class="apps-section pt_120 pb_120">
          .....   .....   .....   .....   .....   .....
        </section>
        <!-- apps-section end -->

        <!-- main-footer -->
        <footer class="main-footer light-footer">
          .....   .....   .....   .....   .....   .....
        </footer>
        <!-- main-footer end -->

<?php include './layout/layoutBottom.php'?>


                            

CSS

JobAWay Built with latest version of CSS3.

File Name Details
css/animate.css animate CSS
css/bootstrap.css bootstrap CSS
color.css color CSS
elpath.css elpath CSS
flaticon.css flaticon CSS
font-awesome-all.css font-awesome-all
jquery-ui.css jquery-ui
css/jquery.fancybox.min.css jquery.fancybox.min CSS
css/nice-select.css nice-select CSS
css/odometer.css odometer Css
css/owl.css owl Css
css/responsive.css responsive Css
css/rtl.css rtl Css
css/style.css Style Css

Javascript

JobAWay Built with Javascript

File Name Details
plugins/appear.js Appear js
plugins/bootstrap.min.js bootstrap min Js
plugins/bxslider.js bxslider js
plugins/gsap.js gsap Js
plugins/isotope.js isotope Js
jquery.circleType.js jquery circleType Js
js/wow.js All Custom js files

Support

Thank you for become a part of us. If you have any query, suggestion and complain. Contact us anytime. If you have any questions that are beyond the scope of this documentation, please feel free to email us via our Support mail : Support

Changelog

1.0.0 - 12th May 2025

General

Initial Released

© 2026 JobAWay