- Item Name : CRMS - Sales, CRM, Accounts Admin Bootstrap Template (HTML + Laravel + Vue + React + Angular + Nodejs + Framework7 + Php)
- Item Version : v2.3.0
- Author : Dreams Technologies
- Support via email : [email protected]
- Support via Themeforest : Take me there
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.
php 8.4
Bootstrap 5.3.8
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...
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';
?>
Step 1:
Install Node.js
Node.js is a run-time environment which includes everything you need to execute a program written in JavaScript. It’s used for running scripts on the server to render content before it is delivered to a web browser. In a web browser, navigate to https://nodejs.org/en/download/..
Step 2:
Initialize NPM
Npm is the package for JavaScript and the world's largest software registry. Npm is a separate project from node.js, and tends to update more drequently. As a result, even if uou've just downloaded Node.js (and therefore npm), you'll probably need to update your npm.
Step 3:
Install Node-Sass
Node-sass is a library that provides binding for Node.js to LibSass, the C version of the popular stylesheet preprocessor, Sass.
Step 4:
Write Node-sass Command (sass --watch main.scss:../css/style.css)
Step 5:
Run the Script
Install Node.js
Node.js is a run-time environment which includes everything you need to execute a program written in JavaScript. It’s used for running scripts on the server to render content before it is delivered to a web browser. In a web browser, navigate to https://nodejs.org/en/download/..
Update Your NPM
Npm is the package for JavaScript and the world's largest software registry. Npm is a separate project from node.js, and tends to update more drequently. As a result, even if uou've just downloaded Node.js (and therefore npm), you'll probably need to update your npm.
npm install --global npm@latest
Install all dependencies
If you want to update or develop this theme, you need to install all dependencies by running:
npm install
Install Sass
If you use Node.js, you can also install Sass using npm by running
npm install -g sass
npm run sass (or) npm run sass:watch
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.
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.
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!
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?
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.
Plugin Name | URL |
---|---|
Bootstrap | https://getbootstrap.com/docs/ |
jQuery | https://jquery.com/ |
Fontawesome | https://fontawesome.com/ |
Select2 | https://github.com/select2/select2 |
Date Timepicker | https://cdnjs.com/libraries/jquery-datetimepicker |
Google Fonts | https://fonts.google.com/ |
Morris | https://morrisjs.github.io/morris.js/ |
Summernote | https://summernote.org/plugins |
Fancy Box | http://fancybox.net/ |
Dropzone Js | https://github.com/dropzone/dropzone |
Jquery UI | https://jqueryui.com/ |
Full Calendar | https://fullcalendar.io/ |
Moment JS | https://momentjs.com/ |
Popper JS | https://popper.js.org/ |
Datatables | https://datatables.net/download |
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.
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.