Thank you for showing interest towards our admin template. If you have any queries feel free to contact us at any time.
We have a dedicated team to provide you the best support. live chat or email : sprukotechnologies@gmail.com.
If You Love Our Template Design Please don't forget to rate it. Thank you so much!
Introduction
Sash – Laravel Bootstrap 5 Admin & Dashboard Template, With this template format it is very easy to create a presence and grab someone's attention around the web
Because this template is built using HTML5, CSS3, Bootstrap 5 framework and with Sass. So please make sure that before you start working with Sash template go through the documentation for easy understanding.
Template Description
Sash – Laravel Bootstrap 5 Admin & Dashboard Template built with modern and minimal design. It is fully flexible user-friendly and responsive.
Sash admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 100+ Blade Pages, 50+ Plugins and more UI elements. There is no need to spend more time to customize this template, we've already made it easy for you to customize as how you like.
Added advanced Form-Elements like Date pickers ,Password Input, Text Area, Select Drop Down, Check Box, Radio Input, File Input etc,.
After Purchasing our template you will be getting all Blade.php, CSS, Scss and JS files.
This template is ready for admin Backend design, easy customizable components and widgets.
It is built with fully responsive and flexible for all type of devices like Desktops, iPhone, iPad, Tablets and all other smart phone devices. Works on all major Web Browsers
Once you Purchased Sash – Laravel Bootstrap 5 Admin & Dashboard Template you will be able to get all the future updates for free.
Template Features
100+
Blade Pages
60+
Customized Plugins
6
Types of Charts
11
Types of Icons
Single Dashboard
Horizontal and Vertical-menu
Bootstrap 5 Responsive Framework
Well Commented Code
24 * 7 Professional Company Support
Regular Updates
Select2
Mail Inbox
File upload
Message Chat
Form Elements
Month & Date & Year Range Pickers
FormAdvanced Elements
Data Tables
Lockscreen Page
Error Pages
Under Construction Page
Full Calendar
User Profile
Invoice Page
Pricing Tables
customizable styles
More Widgets
Sweet Alert
Neat, clean and simple design
Very Easy to Create your Own Site
W3C Validated
Minimum Requirements
PHP >= 8.0 or Newer
Laravel >= 8.0 or Newer
Ctype PHP Extension
OpenSSL PHP Extension
Fileinfo PHP extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
JSON PHP Extension
Installation Process of Composer
In order to run Laravel we need to install composer by the
following
steps
Steps to Download & Installation of Composer
Step1: Please visit the Official Web Site of the Composer
www.getcomposer.org
Step2: Click on the Download option
Step3: Click on the Composer-Setup.exe you are done with
download
Step4: Now Right click on the Composer-Setup.exe file and select
Run as administrator click on Yes
Step5: You'll be getting two options click as per your choice
Step6: I choose Recommended option here and if your developer you can check the
box of the Developer Mode
Step7: And click on the Next button please make sure of
installation path and then click Next
Step8: You'll be asked to enter proxy url please skip the step and click on the
Next button
Step9: Please make sure with the PHP Version it should not be
less than 8.0v, here we've used
8.0.13 Version and then click on the next button
Step10: To confirm that Composer is installed in your system
then type Composer in command prompt (if you are using XAMPP
then go to C:\xampp\htdocs location and type composer)
Installation Process of Laravel
Here we are using "Composer" to download "Laravel" packages
NOTE: This installation is shown based on XAMPP server..
Open command prompt, find the path of your XAMPP that is installed in your
system.
Go to Example:C:\xampp\htdocs> path in
command prompt.
Now type the following command line composer create-project laravel/laravel my-project
and hit enter to install the Laravel Packages in your "htdocs" folder.
Now your downloading is started please wait for sometime to download all the
necessary packages
Once you are redirected to the C:\xampp\htdocs> path then you are
sucessfully installed laravel
Note: If you have any further queries in installation
please refer to the official website Click here
After installation run the following command to get laravel development server
php artisan serve
How to install Livewire
Basic requirements to install
Livewire
PHP 8.0 or higher
Laravel 8.0 or higher
Install LiveWire using composer.
Set your project root path in your console or
terminal and type below command line.
composer require livewire/livewire
To create component using LiveWire
set your project root path in your console and type
below command line.
php artisan make:livewire example
Now two new files were created in your project:
referral link LiveWire Component
app/Http/Livewire/example.php
is the Component file and
resources/views/livewire/example.blade.php
is the View file
Here we used Livewire to create Components and View
files (i.e example.php and example.blade.php files).
Note:There are total 100+ blade.php and
php files created by
Livewire.
2. Install Laravel by using
Composer as
mentioned in the installation process above.
Step:2 Run project
1. Now laravel has installed in your system
2. Now open Xampp and click on the start button on
the Apache server
3. Extract the zip file of laravel project you
received after purchase (not necessary where it is)
4. And set your project path in command prompt
5. Example: cd
C:\Users\Admin\Desktop\my-project
6. And run the command line: php artisan
serve
7. Laravel development server started:
http://127.0.0.1:8000
How to Use Laravel
Mix
In order to use laravel Mix you need to install Node.js in
your system
Recommended LTS (long term support) version of Node.js.
Download latest version of node.js from nodejs.org
Install Node.js using .exe downloaded file.
To check your node version, run node -v in a
terminal/console window (cmd)
Now you need to install Node Modules in your project
folder
1. Go to your project folder and there you will find
a file called package.json.
2. Open the file in your editor and make sure that
all the dependencies are correct as shown below
"axios": "^0.21",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.44.0",
"sass-loader": "^12.1.0"
3. And now set your project root path in terminal or
command prompt Example: cd
C:\Users\Admin\Desktop\my-project and type
the below command line.
npm install
4. Wait until all the dependencies are downloaded to
your project folder.
5. Now you can see the downloaded folder with the
name of node_modules in your
project folder.
6. Now in order to Compile Assets
(Mix) first, you need to run
development mode.
7. Set your project root path and type the below
command line.
npm run development
8. Once the development mode starts you can customize
your assets
9. After your project is set into Development Mode
you need not to run the Development Mode, again and
again,
you can simply run the below command line to compile
your assets continuously.
npm run watch
10. Once you completed with the customization work
you need to run your project in Production Mode
in order to run Production Mode run the below
command line
npm run production
Compiling Assets (Mix) or Customization
1. Go to your project root path and there you will find
a folder named resources in the
resources folder you will find
assets.
2. In the assets folder you will see colors, css, images, js, plugins,
scss folders
3. Now you can compile or customize your assets using
scss and js files that are present in the
resources/assets folder.
4. Once the changes made in those files in order to
apply the changes to your template you need to
perform the below command in the same terminal or in
command prompt that you have set your project root
path.
npm run dev (or) npm run watch
NOTE: Both commands will performs the same actions but the difference is that npm run dev will only perform at once you've started it and stops after compiling,
where as npm run watch will starts compiling after you've started it and it won't stop until you stop it.
5. npm starts Compiling all your scss, css, js, images
and plugins that are present in
resources folder.
6. And all the compiled files of scss, css, js, img,
plugins folder are copied to your
public/assets css, js, img, plugins
folders respectively.
Note: While compiling assets, scss
files are converted to css, plugins are directly copied to the
folders and these complied assets are seen in your
public folder with the name of assets as shown in
the above folder structure.
How to Use BrowserSync
The BrowserSync is a built-in feature in this Sash
Laravel project.
The BrowserSync dependency is downloaded
automatically with node_modules when you run
npm install.
In order to use BrowserSync you need to set your
domain as shown in the below root path.
Open your project folder and scroll down there you
will find a file name called
webpack.mix open the file in your
favourite editor.
Now scroll down there you will find
mix.browserSync('http://127.0.0.1:8000');
here we used http://127.0.0.1:8000
is the default domain of php artisan serve but you
can use your own domain in place of
http://127.0.0.1:8000
BrowserSync.
Once you set your domain you need to run your
project in server mode, set your project root path
in console or terminal and run the below command.
php artisan serve
And to open your project in your browser you need to
run the below command.
npm run watch
Note:First you need to set your
Domain as shown above and you need to run your
project in server mode (php artisan serve).
If you want to ignore Browser-Sync process then, please navigate to the root project there you will find webpack.mix.js file, open that file in an editor and scroll-down there you will find "mix.browserSync('http://127.0.0.1:8000');" please comment or remove that particular line now you are done. Now you can use your project without browser sync
Installation Instructions For both CPANEL’S
and FTP
Installation Instructions
Upload the Project that you have purchased, based on your uploading process on server
FTP Uploading
Process
Access FTP:
Go to your FTP login page using your login
credentials provided by your hosting provider.
Upload Project Files:
Now extract the project folder that you have received in any of your directories
Now navigate to that directory using FTP panel and upload your project.
Once the uploading completes you can access your domain Example: www.example.com
cPanel Uploading Process
Access cPanel:
Go to your cPanel login page using your login credentials provided by your hosting provider.
Upload Project Files:
Once you successfully accessed your cPanel dashboard, navigate and click on File Manager
Now open public_html and click on Upload
Here you can select your zipped project folder or you can simply drag and drop your zipped project folder, once the uploading is completed go back to the public_html folder
In the public_html folder, you will find your zipped project folder now you need to extract that project folder
Once the extraction is completed you can access your domain Example: www.example.com
How to Upgrade Larvel Version
If you want to Upgrade laravel version, Please follow the below
steps, if not you can skip this procedure.
Step 1:
Replace below Dependency versions in
composer.json file which is placed in
root directory
php:- ^7.3|^8.0
fideloper/proxy:- ^4.4
fruitcake/laravel-cors:- ^2.0.4
guzzlehttp/guzzle:- ^7.4.1
laravel/framework:- ^8.54
nunomaduro/collision:- ^5.10
phpunit/phpunit:- ^9.5.10
laravel/tinker:- ^2.6
livewire/livewire:- ^2.8
Step 2:
Delete vendor folder
Step 3:
Set your project root path in command prompt and run the
following command line in command prompt.
Go to root path: resources/views/layouts open app.blade.php in that file, below the body tag, include the switcher path given below.
EX:
Go to root path: resources/views/layouts/components/ open "styles.blade.php" file and add switcher css links given below.
Add switcher css:
Go to root path: resources/views/layouts/components/ open "scripts.blade.php" file then add switcher js link given below.
Add switcher js:
Go to root path: resources/views/layouts/components/ open "scripts.blade.php" file and then change custom.js link to custom1.js link as shown below.
change custom js link:
NOTE: Custom1.js file is only used when you want to use switcher for your template.
Go to root path: resources/views/layouts/components/ open app-header.blade.php file in the header section add the "switcher-icon code" given below.
NOTE:The switcher is different for custom pages, if you want to add switcher to the custom pages then follow the process.(Skip this process if this is not your requirement).
Go to root path: resources/views/layouts/components and create a new file by naming it as "custom-switcher.blade.php" in that file, add code given below
Go to root path: resources/views/layouts/ open "custom-app.blade.php" in that file, below the body tag, include the switcher path as shown below.
EX:
Go to root path: resources/views/layouts/components/ open "custom-styles.blade.php" file and add switcher css links given below.
Add switcher css:
STEP1: Go to root path: resources/views/layouts/components/ open "custom-scripts.blade.php" file then add switcher js link given below.
Add switcher js:
STEP2: And change the custom.js link to custom1.js link:
NOTE: Custom1.js file is only used when you want to use switcher for your template.
Go to root path: resources/views/layouts/ open "custom-app.blade.php" file in the page section add the "switcher-icon code" as shown below.
Chart color
NOTE: If you want to change your chart colors according to the themecolors, then follow the process.(Skip this process if this is not your requirement).
How to change colors of any chart according to the primary color of the template?
Assume that you want to add chart in empty.blade.php page then create an empty.js file, which is used for that particular page only.
Place your chart data in the empty.js file in a particular function related to that chart. If you are using more than one chart in empty.blade.php page,
then please create a new function() and a new id (here id is nothing but a name that you used for your particular chart.
function() name and ID name must be unique for every chart).
Here i created a new function with name (myChart()) for my new chart in empty.blade.php page
How to apply colors to the new chart?
Open themecolor.js (root path: resources/assets/js/themecolor.js) and paste the below code inside of the function names() function of (// chart colors) section.
Here (#chartId1) is nothing but, the id that you used for your particular chart.
Here myChart1(); is nothing but a function that you used for your particular chart.
Open empty.js file and add( myVarVal ) variable in a place, where you want to change the colors of your chart according to the primary color of the template.
NOTE: For more understanding please refer below code which we used in index1.js file present in root path: "resources/assets/js/index1.js".
colors: [ myVarVal || "#38cab3","#e4e7ed"],
Here myVarVal is nothing but a variable name, if you use this variable anywhere then the color of that particular place will change according to theme color
Theme Styles
Primary Color For All Themes
How to Change Primary Color for All Themes (Light, Dark, Transparent)?
Please follow the below steps to change Primary Color
Step 1 :
To change Primary Color you have to open _bootstrap-styles.scss file and replace the color code you want as shown in below
If you want to change Light Theme color you need to follow the below process. Below are the background color, text color and border color of Light Theme.
How to Change Light Background Color?
Please follow the below steps to change Light Background Color
Step 1 :
To change Light Background Color you have to open _variables.scss file and replace the color code you want as shown in below
If you want to change Dark Theme color you need to follow the below process. Below are the body color, theme color, border color and text color of Dark Theme.
How to Change Dark body Color?
Please follow the below steps to change Dark body Color
Step 1 :
To change Dark body Color you have to open _variables.scss file and replace the color code you want as shown in below
If you want to apply best background image for your Transparent Theme you need to follow below process.
How to Enable Transparent Background Image Style1?
Please follow the below steps to enable Transparent Background Image Style1
Step 1 :
To enable Transparent Background Image you have to open custom.js file present in resources/assets/js/custom.js and remove comments for bg-img1 as shown in below
To change Transparent Background Image go to resources/assets/images/media then replace previous image with new image (bg-img1) within the given image size
NOTE: Please do not increase image size, you need to replace your image within the given image size, otherwise the image will not fit in particular place and it disturbs the template design.
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Transparent Background Image Style2?
Please follow the below steps to enable Transparent Background Image Style2
Step 1 :
To enable Transparent Background Image you have to open custom.js file present in resources/assets/js/custom.js and remove comments for bg-img2 as shown in below
To change Transparent Background Image go to resources/assets/images/media then replace previous image with new image (bg-img2) within the given image size
NOTE: Please do not increase image size, you need to replace your image within the given image size, otherwise the image will not fit in particular place and it disturbs the template design.
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Transparent Background Image Style3?
Please follow the below steps to enable Transparent Background Image Style3
Step 1 :
To enable Transparent Background Image you have to open custom.js file present in resources/assets/js/custom.js and remove comments for bg-img3 as shown in below
To change Transparent Background Image go to resources/assets/images/media then replace previous image with new image (bg-img3) within the given image size
NOTE: Please do not increase image size, you need to replace your image within the given image size, otherwise the image will not fit in particular place and it disturbs the template design.
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Transparent Background Image Style4?
Please follow the below steps to enable Transparent Background Image Style4
Step 1 :
To enable Transparent Background Image you have to open custom.js file present in resources/assets/js/custom.js and remove comments for bg-img4 as shown in below
To change Transparent Background Image go to resources/assets/images/media then replace previous image with new image (bg-img4) within the given image size
NOTE: Please do not increase image size, you need to replace your image within the given image size, otherwise the image will not fit in particular place and it disturbs the template design.
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
FAQS
General Style
How to Change Font Style ?
Step 1:
Go To _fonts.scss (resources/assets/scss/custom/fonts/_fonts.scss )
if you want to change another font-family Go to the site Google Fonts And Select One font Family and import In to style.css file
How to Select font Family
Example:
Step 2:
And paste Your Selected font-family in _fonts.scss
Go To "resources/assets/images/brand" folder and replace your logo with Previous Logos within in image size.
NOTE: Please don't increase logo sizes. Replace your logo within given image size. otherwise the logo will not fit in particular place it disturbs the template design.
Navigation Style
How to Enable Horizontal Click Menu?
Please follow the below steps to enable Horizontal Click Menu Style
Step 1 :
To enable Horizontal Menu Style you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for horizontal as shown in below
// ***** Horizontal Click Menu ***** //
// $('body').addClass('horizontal');
Step 2 :
Remove the comments to enable horizontal as shown below
// ***** Horizontal Click Menu ***** //
$('body').addClass('horizontal');
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Horizontal Hover Menu?
Please follow the below steps to enable Horizontal Hover Menu Style
Step 1 :
To enable Horizontal Hover Menu Style you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for horizontal-hover as shown in below
// ***** Horizontal Hover Menu ***** //
// $('body').addClass('horizontal-hover');
Step 2 :
Remove the comments to enable horizontal-hover as shown below
// ***** Horizontal Hover Menu ***** //
$('body').addClass('horizontal-hover');
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Horizontal or Horizontal Hover layout With Wrap Style
NOTE: By default nowrapstyle is given for horizontal and horizontal-hover menu styles, if you want to change it to wrap style please follow below process.
Open custom.js file present in resources/assets/js/custom.js in that file you will find below js, in
Horizontal (or) Horizontal-Hover style section.
Example Image:
wrap style:
Replace noWrap with wrap as
shown below and remove comments for $('#slide-left').addClass('d-none'); & $('#slide-right').addClass('d-none');
and add comments to $('#slide-left').removeClass('d-none'); & $('#slide-right').removeClass('d-none'); as shown below.
Example Image:
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable RTL Version
How to Enable RTL Version?
Please follow the below steps to enable RTL Version
Step 1 :
To enable RTL Version you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for rtl as shown in below
/******* RTL VERSION *******/
// $('body').addClass('rtl');
Step 2 :
Remove the comments to enable rtl as shown below
/******* RTL VERSION *******/
$('body').addClass('rtl');
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Theme Styles
How to Enable Dark Theme?
Please follow the below steps to enable Dark Theme
Step 1 :
To enable Dark Theme you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for dark-mode as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Transparent Theme?
Please follow the below steps to enable Transparent Theme
Step 1 :
To enable Transparent Theme you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for transparent-mode as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Header Styles
How to Enable Color-header?
Please follow the below steps to enable Color-header
Step 1 :
To enable Color-header you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for color-header as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Dark-header?
Please follow the below steps to enable Dark-header
Step 1 :
To enable Dark-header you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for dark-header as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Light-header?
Please follow the below steps to enable Light-header
Step 1 :
To enable Light-header you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for light-header as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Gradient-header?
Please follow the below steps to enable Gradient-header
Step 1 :
To enable Gradient-header you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for gradient-header as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Menu Styles
How to Enable Light Menu?
Please follow the below steps to enable Light Menu
Step 1 :
To enable Light Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for light-menu as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Color Menu?
Please follow the below steps to enable Color Menu
Step 1 :
To enable Color Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for color-menu as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Dark Menu?
Please follow the below steps to enable Dark Menu
Step 1 :
To enable Dark Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for dark-menu as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Gradient Menu?
Please follow the below steps to enable Gradient Menu
Step 1 :
To enable Gradient Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for gradient-menu as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Layout Width Styles
How to Enable Full-Width-Layout?
Please follow the below steps to enable Full-Width-Layout
Step 1 :
To enable Full-Width-Layout you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for layout-fullwidth as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Boxed-Layout?
Please follow the below steps to enable Boxed-Layout
Step 1 :
To enable Boxed-Layout you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for layout-boxed as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Layout Positions
How to Enable Scrollable-Layout?
Please follow the below steps to enable Scrollable-Layout
Step 1 :
To enable Scrollable-Layout you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for scrollable-layout as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Fixed-Layout?
Please follow the below steps to enable Fixed-Layout
Step 1 :
To enable Fixed-Layout you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for fixed-layout as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Sidemenu layout Styles
How to Enable Sidemenu-Icon-with Text?
Please follow the below steps to enable Sidemenu-Icon-with Text
Step 1 :
To enable Sidemenu-Icon-with Text you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for icontext-menu as shown in below
// ***** Icon with Text *****//
// $('body').addClass('icontext-menu');
// $('body').addClass('sidenav-toggled');
// if(document.querySelector('.icontext-menu').firstElementChild.classList.contains('login-img') !== true){
// icontext();
// }
Step 2 :
Remove the comments to enable icontext-menu as shown below
// ***** Icon with Text *****//
$('body').addClass('icontext-menu');
$('body').addClass('sidenav-toggled');
if(document.querySelector('.icontext-menu').firstElementChild.classList.contains('login-img') !== true){
icontext();
}
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Sidemenu-Icon Overlay?
Please follow the below steps to enable Sidemenu-Icon Overlay
Step 1 :
To enable Sidemenu-Icon Overlay you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for icon-overlay as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Closed Sidemenu?
Please follow the below steps to enable Closed Sidemenu
Step 1 :
To enable Closed Sidemenu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for closed-leftmenu as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Hover Sidemenu?
Please follow the below steps to enable Hover Sidemenu
Step 1 :
To enable Hover Sidemenu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for hover-submenu as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
How to Enable Hover Sidemenu Style 1?
Please follow the below steps to enable Hover Sidemenu Style 1
Step 1 :
To enable Hover Sidemenu Style 1 you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for hover-submenu1 as shown in below
NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Please note that your use of this Template/Application/Code is subject to the Terms and Conditions of the license agreement by which you acquired this product.
For instance :
If you have purchased a regular license, then you can use this based on the regular license agreement.
If you have purchased an extended license, then you can use this based on the extended license agreement.
You may not use this Template/Application if you have not validly acquired a license.
Warning:-
This project is protected by copyright law and international treaties.
Unauthorized license usage, as well as unauthorised reproduction or redistribution of this product, software, or any of its components, may result in severe civil and criminal penalties, and will be prosecuted to the fullest extent permitted by law.