Introduction

  • Item Name : CRMS - Sales, CRM, Accounts Admin Bootstrap Template (HTML + Laravel + Vue + React + Angular + Nodejs + Framework7 + Php)
  • Published : 06 August 2020
  • Item Version : v2.2.7
  • Author : Dreams Technologies
  • Support via email : [email protected]
  • Support via Themeforest : Take me there
Crms Thumbnail CRMS - Sales, CRM, Accounts Admin Bootstrap Template

CRMS is a admin template for Human Resource Management. CRMS is a well-designed fully responsive admin template that makes the web administration process easier than ever. It is equipped with various functionalities and is platform compatible.

Contact Support Create Support ticket

Requirement

System Requirements
  • PHP 8.2.4
  • Xampp 8.2.12
  • Any Web Browser

Features

php 8.2.4
Bootstrap 5.3.5
Style with SASS
Font Awesome icons
Scssphp used for sass compilation
Feather icons
Fully Responsive Layout
Cross Browser Compatible
Easy to Customize
Clean & Well Commented Codes
Compatible to all Mobile Devices
Detailed Documentation
Developer Friendly
And Many More...

File Structure

  • crms
    • php
      • template
        • assets
          • css
          • fonts
          • img
          • js
          • json
          • plugins
          • scss
        • partials
          • body.php
          • config.php
          • footer.php
          • head-css.php
          • main.php
          • menu.php
          • modal-popup.php
          • session.php
          • sidebar.php
          • theme-settings.php
          • title-meta.php
          • topbar.php
          • vendor-scripts.php
        • .gitignore
        • .htaccess
        • composer.json

Php Structure

main.php: Master Layout

This file wraps all common HTML structure: <html>, <head>, <body>, and site components like the menu, scripts, and global modal.

It uses a placeholder <?= $content ?> to inject view-specific content.

This is filled dynamically by each content page using output buffering.

    
<?php require_once __DIR__ . '/session.php';?>

<!DOCTYPE html>
<?php require_once __DIR__ . '/theme-settings.php';?>

<head>        
    <?php require_once __DIR__ . '/title-meta.php';?>

    <?php require_once __DIR__ . '/head-css.php';?>       
</head>

<?php require_once __DIR__ . '/body.php';?>

    <div class="main-wrapper">
            
        <?php require_once __DIR__ . '/menu.php';?>                
        
		<?= $content ?>        

        <?php include_once __DIR__ . '/modal-popup.php'; ?> 
            
    </div> 

    <?php require_once __DIR__ . '/vendor-scripts.php'; ?>  

</body>

</html>
    

index.php: Content Page

Each page uses ob_start() to buffer its HTML content and assign it to the $content variable, which is then injected into main.php.

This allows your pages to stay clean and maintain a consistent layout across your project.

    
<?php ob_start();?>

	<!-- Page HTML goes here -->

<?php
$content = ob_get_clean();
require_once '../partials/main.php';
?>
    

Installation Guide

Step 1:

Install php 8.2.4

Step 2:

Install Xampp 8.2.12

Step 3:

Start the Apache server in Xampp

Step 4:

Open webbrowser use this URL to run the project http://localhost/crms/php/template/index.php

Sass, Scss

Step 1:

Install PHP & Composer

Step 2:

Initialize Composer & Install SCSSPHP

Step 3:

Configure Watcher Script

Step 4:

Run SCSS Watcher Script

Step 5:

Make Changes to Your SCSS


Install PHP & Composer

Ensure PHP is installed (XAMPP/WAMP/Laragon recommended).

If Composer is not yet installed, download it from: https://getcomposer.org/download/..

Initialize Composer & Install SCSSPHP

In your project folder (php/template/), run:

composer install

Make sure your composer.json includes scssphp/scssphp as a dependency. This will install SCSSPHP inside the vendor/ folder.

Configure Watcher Script

Create or edit the watcher script at: "php/template/scssphp/watch-scss.php"

This script will automatically compile .scss files when changes are detected.You can customize it as needed for your environment or preferences.

Run SCSS Watcher Script

Make sure you're in the php/template/ directory, then run:

php scssphp/watch-scss.php

Expected output:

Sass is watching for changes. (Press Ctrl+C to stop)
[2025-07-02 17:40] Compiled main.scss to ../css/style.css.

Make Changes to Your SCSS

Edit your main.scss or other files in assets/scss/

They will be automatically recompiled to: assets/css/style.css whenever you save.

Notes:

This workflow does not require Node.js or npm install -g sass.

It uses PHP-only SCSS compilation via scssphp.

FAQs

With one purchase code you can use it on one domain name. You need to get new license for every new domain name, please check Envato Help Page for more information about licenses.

If you need support, or if you're facing any problems, please contact us via Envato Support
Please note that our respond can take up to 2 business days.

  • Availability to answer questions, Answering technical questions about item’s features, Assistance with reported bugs and issues, Help with included 3rd party assets.
  • Any customization request will be ignored.
  • Please make sure to read more about the support policy.

Support

If this documentation does not address your questions, please feel free to contact us via email at Item Support Page

We are in the GMT+5:30 time zone and typically respond to inquiries on weekdays within 12-24 hours. Please note that in rare cases, the response time may extend to 48 hours, especially during holiday seasons.

Note:

We strive to offer top-notch support, but it's only available to verified buyers and for template-related issues such as bugs and errors. Custom changes and third-party module setups are not covered.

Don’t forget to Rate Crms!
Please take a moment to rate our product on Themeforest. Your support means a lot to us. Just go to your Themeforest Profile > Downloads Tab, and you can leave a review for our script. Thank you!

License

Crms is developed by Dreams Technologies and is available under both Envato Extended & Regular License options.

Regular License

Usage by either yourself or a single client is permitted for a single end product, provided that end users are not subject to any charges.

Extended License

For use by you or one client in a single end product for which end users may be charged.

What are the main differences between the Regular License and the Extended License?

Note

If you operate as a freelancer or agency, you have the option to acquire the Extended License, which permits you to utilize the item across multiple projects on behalf of your clients.

Do you need a customized application for your business?

If you need a customized application for your business depends on your specific requirements and goals, Please contact us.

Customization can be the key to success, ensuring your project perfectly aligns with your unique goals and requirements.

Don't Miss Out on the Benefits of Customization!

Unlock the potential of your project. It's time to ensure that your project isn't just another cookie-cutter solution but a truly unique and effective one.

Discover how customization can make a difference in your project's success. Let's create a solution that's as unique as your vision!

  • We'll tailor the application to meet your specific needs and preferences.
  • We will upload your website to the server and ensure it is live.
thanks

Thank You

Thank you once again for downloading Crms.
We hope you're enjoying your experience, and we kindly request that you take a moment to share your valuable review and rating with us.

Review Link:https://themeforest.net/downloads