Please refer Faq's page in documentation itself for queries of customization like colors,rtl ,dark,transparent styles,etc..
Thank you for purchasing Noa Laravel Template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries please contact live chat or email : sprukotechnologies@gmail.com
If You Love Our Template Design Please don't forget to rate us. Thank you so much!
Noa - Laravel Admin Template, With this template format, it's very easy to create a presence and grab someone's attention around the web page. Because the template is built using Blade syntax and HTML5, CSS3, Bootstrap 5 framework and with Sass styles. So before you start working with the template please take a quick look on the documentation so that you can easily understand.
If You Love Our Template Design Please don't forgot to rate us. Thank you so much! π
Noaβ is a Laravel, Boostrap template with modern and minimal design. It is fully flexible, User-friendly and responsive. Noa admin template is powered with Blade, HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 110+ Blade Pages & 50+ Plugins more UI elements. No Need to do hard work for this template for customization. We have already designed it and you can easily design your website just how you like it. Advanced Form-Elements like Date pickers, form elements are included. This template using Bootstrap5 framework. This admin template is fully 100% Premium Admin Templates quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All HTML files,CSS, Scss and JS Files.
It has super clean flat user interface admin Backend design, easy customizable components and widgets. The template comes with an awesome unique design, also we ensure you can easily design admin template.
it is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices
Once you Purchase Noa , you will be able to get free download of all future updates.
Vertical-menu | Horizontal click menu | Horizontal hover menu | RTL ready |
110+ Blade Pages | Bootstrap 5 Responsive Framework | Well Commented Code | 24 * 7 Professional Company Support |
Regular Updates | 50+ Plugins | 5 types of Charts | Select2 |
About us | Blog | File Manager | Gallery |
Image-Comparision | Ecommerce Pages | Settings Page | Blog Details |
Calendar | Mail Inbox | 10 Types of Icon sets | File upload |
Message Chat | Form Elements | Month & Date & Year Range Pickers | FormAdvanced Elements |
Data Tables | Lockscreen Page | Error Page | User Profile |
Invoice Page | Advanced Pricing Tables | Easy to customize | More Widgets |
Very Easy to Create your Own Site | Neat, clean and simple design | W3C Validated |
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)
NOTE: This installation is shown based on XAMPP server..
1. Open command prompt, find the path of your XAMPP that is installed in your system.
2. Go to Example:C:\xampp\htdocs>
path in
command prompt.
3. 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.
4. Now your downloading is started please wait for sometime to download all the necessary packages
5. Once you are redirected to the C:\xampp\htdocs>
path then you are
sucessfully installed laravel
If you have any further queries in installation please refer to the official website Click here
NOTE: After installation run the following command to get laravel development server i.e., php artisan serve
composer require livewire/livewire
php artisan make:livewire example
app/Http/Livewire/example.php
is the Component file and resources/views/livewire/example.blade.php
is the View file
βββ app
βββ bootstrap
βββ config
βββ database
βββ lang
βββ public
βββ resources
βββ routes
βββ storage
βββ tests
βββ vendor
βββ .editorconfig
βββ .env
βββ .env.example
βββ .gitattributes
βββ .gitignore
βββ .styleci.yml
βββ artisan.File
βββ composer.json
βββ composer.lock
βββ package.json
βββ package-lock.json
βββ phpunit.xml
βββ README.md
βββ webpack.mix.js
If you have installed XAMPP on your Desktop/Laptop then please follow the below steps
1. Download and Install the Composer from official site getcomposer.org
2. Download Laravel stater kit by using Composer as mentioned in the installation process above.
1. Now open Xampp and launch the Apache server by clicking the start button.
2. Extract the zip folder of the laravel project in the path: EX: C:\xampp\htdocs\ that you have received after purchase.
3. Once the extraction is completed, type the localhost url in the browser to access the project. Example: http://localhost/my-project/.
4. Another process for accessing the laravel project, open command prompt or terminal and set your project root path: Example: C:\Users\my-project>
6. And run the command line: php artisan serve in the terminal
7. Laravel development server started: http://127.0.0.1:8000, now type the url in the browser to access the project.
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 folder1. 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
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
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 css, images, js, landing, plugins, and scss folders
βββ public/
| βββ assets
| | βββ css
| | βββ images
| | βββ js
| | βββ landing
| | βββ plugins
| | βββ switcher
| βββ .htaccess
| βββ favicon
| βββ index.php
| βββ mix-manifest.json
| βββ robots.txt
βββ resources/
| βββ assets
| | βββ css
| | βββ images
| | βββ js
| | βββ landing
| | βββ plugins
| | βββ scss
| | βββswitcher
| βββ views
| βββ layouts/
| | βββ components/
| | βββ landing/
| βββ livewire/ (125 blade.php files)
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, landing and plugins that are present in resources folder.
6. And all the compiled files of scss, css, js, images, landing, and plugins folders are copied to your public/assets css, js, images, landing, and plugins folders respectively.
Note 1: While compiling assets, scss files are converted to css and js filse are converted to js files.
Note 2:plugins, images and landing folders are directly copied into assets folder and all the complied files and folders are seen in your public folder with the name of assets as shown in the above folder structure.
php artisan serve
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).
Upload the Project that you have purchased, based on your uploading process on server
If you want to Upgrade laravel version, Please follow the below steps, if not you can skip this procedure.
Replace below Dependency versions in composer.json file which is placed in root directory
Delete vendor folder
Set your project root path in command prompt and run the following command line in command prompt.
Composer update
βββ app/
| βββ Console
| βββ Exceptions
| βββ Http
| | βββ Controllers
| | βββ Livewire ((119 php files))
| | βββ Middleware
| | βββ Kernel.php
| βββ Models
| βββ Providers
βββ bootstrap/
βββ config/
βββ database/
βββ lang/
βββ public/
| βββ assets
| βββ .htaccess
| βββ favicon.ico
| βββ index.php
| βββ mix-manifest.json
| βββ robots.txt
βββ resources/
| βββ assets
| βββ views/
| βββ layouts/
| | βββ components/
| | | βββ landing/
| | | | βββ app-header.blade.php
| | | | βββ app-sidebar.blade.php
| | | | βββ footer.blade.php
| | | | βββ header-main.blade
| | | | βββ scripts.blade.php
| | | | βββ styles.blade.php
| | | |
| | | βββ app-header.blade.php
| | | βββ app-sidebar.blade.php
| | | βββ custom-scripts.blade.php
| | | βββ custom-switcher.blade
| | | βββ footer.blade.php
| | | βββ modal.blade.php
| | | βββ scripts.blade.php
| | | βββ styles.blade.php
| | | βββ switcher.blade.php
| | βββ app.blade.php
| | βββ custom-app.blade.php
| | βββ landing-app.blade
| | βββ switcher.blade.php
| βββ livewire/ (125 blade.php files)
|
βββ routes/
| βββ api.php
| βββ channels.php
| βββ console.php
| βββ web.php
βββ storage
βββ tests
βββ vendor
βββ .editorconfig
βββ .env
βββ .env.example
βββ .gitattributes
βββ .gitignore
βββ .styleci.yml
βββ artisan.php
βββ composer.json
βββ composer.lock
βββ package-lock.json
βββ package.json
βββ phpunit.xml
βββ README.md
βββ webpack.mix.js
Blade is a simple, yet powerful templating engine provided with Laravel.
--------Imports master file--------If you want to add switcher to your template follow the below process.
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: 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).
resources/assets/js/index1.js
.index1.js
file, otherwise your chart color will not be change as primary color of the template. (myChart1())
and i gave it an id i.e., chartId1
for my new chart in empty.blade.php page
Open themeColors.js (root path: resources/assets/js/themeColors.js)
and add the chart id and function inside of the function names()
function of (// chart colors) section as shown 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.
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 Slect One font Family and import In to style.css file
Example:
And paste Your Selected font-family in _fonts.scss
Example:
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");And add the Your Selected font-family in _bootstrap-styles.scss(resources/assets/scss/bootstrap/_bootstrap-styles.scss)
Example:
body {
margin: 0;
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: $default-color;
text-align: left;
background-color: $background;
}
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.
NOTE :Sidemenu & Header Icons used in Noa are fromhttps://iconscout.com/unicons
(Thin Line Icons).
You can change sidemenu icon by replacing svg code of selected icon with svg code of required icon and add class="side-menu__icon"
for that svg icon
You can change Header icon by simply replacing svg code of selected icon with svg code of required icon.
Go To _bootstrap-styles.scss (resources/assets/scss/bootstrap/_bootstrap-styles.scss )
You will find --primary-bg-color: #8FBD56;
, where you can simply change color code to change primary color
Example:
Simply you can also change color for primary-bg-hover:#5cd3b9;
& --primary-bg-border:#38cab3;
, where you can simply change color code to change them
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.
Go To "resources/assets/images/brand" folder and replace Previous logo with New Logo within the given image size.
NOTE: Please don't increase logo sizes, replace the logo within given image size, otherwise the logo 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.
To enable RTL you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for rtl
as shown in below
// $('body').addClass('rtl');
rtl
version as shown below
$('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.
To enable Darktheme you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for Drak Theme
as shown in below
// DARK THEME START
// $('body').addClass('dark-mode');
// DARK THEME END
dark-theme
as shown below
// DARK THEME START
$('body').addClass('dark-mode');
// DARK THEME END
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.
Go To _bootstrap-styles.scss (resources/assets/scss/bootstrap/_bootstrap-styles.scss )
You will find --dark-body: #2c2f3e;
, where you can simply change color code to change dark background color
Example:
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.
To enable background image you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for bg-img1
& dark-mode
as shown in below
// Bg-Image1 Style Start
// $('body').addClass('bg-img1');
// $('body').addClass('dark-mode');
// ! Bg-Image1 Style End
bg-img1 & transparent-theme
as shown below
// Bg-Image1 Style Start
$('body').addClass('bg-img1');
$('body').addClass('dark-mode');
// ! Bg-Image1 Style End
Importent Notes:
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.
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
// COLOR HEADER START
// $('body').addClass('color-header');
// COLOR HEADER END
color-header
as shown below
// COLOR HEADER START
$('body').addClass('color-header');
// COLOR HEADER END
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.
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
// DARK HEADER START
// $('body').addClass('dark-header');
// DARK HEADER END
dark-header
as shown below
// DARK HEADER START
$('body').addClass('dark-header');
// DARK HEADER END
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.
To enable light-header you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for header-light
as shown in below
// LIGHT HEADER START
// $('body').addClass('header-light');
// LIGHT HEADER END
header-light
as shown below
// LIGHT HEADER START
$('body').addClass('header-light');
// LIGHT HEADER END
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.
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
// GRADIENT HEADER START
// $('body').addClass('gradient-header');
// GRADIENT HEADER END
gradient-header
as shown below
// GRADIENT HEADER START
$('body').addClass('gradient-header');
// GRADIENT HEADER END
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.
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
// LIGHT LEFTMENU START
// $('body').addClass('light-menu');
// LIGHT LEFTMENU END
light-menu
as shown below
// LIGHT LEFTMENU START
$('body').addClass('light-menu');
// LIGHT LEFTMENU END
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.
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
// COLOR LEFTMENU START
// $('body').addClass('color-menu');
// COLOR LEFTMENU END
color-menu
as shown below
// COLOR LEFTMENU START
$('body').addClass('color-menu');
// COLOR LEFTMENU END
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.
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
// DARK LEFTMENU START
// $('body').addClass('dark-menu');
// DARK LEFTMENU END
dark-menu
as shown below
// DARK LEFTMENU START
$('body').addClass('dark-menu');
// DARK LEFTMENU END
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.
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
// GRADIENT LEFTMENU START
// $('body').addClass('gradient-menu');
// GRADIENT LEFTMENU END
gradient-menu
as shown below
// GRADIENT LEFTMENU START
$('body').addClass('gradient-menu');
// GRADIENT LEFTMENU END
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.
To enable Layout-Boxed 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
// BOXED LAYOUT START
// $('body').addClass('layout-boxed');
// BOXED LAYOUT END
layout-boxed
as shown below
// BOXED LAYOUT START
$('body').addClass('layout-boxed');
// BOXED LAYOUT END
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.
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
// HEADER POSITION STYLES START
// $('body').addClass('scrollable-layout');
// HEADER POSITION STYLES END
scrollable-layout
as shown below
// HEADER POSITION STYLES START
$('body').addClass('scrollable-layout');
// HEADER POSITION STYLES END
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.
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
// ICONTEXT SIDEMENU START
// $('body').addClass('icontext-menu');
// $('body').addClass('sidenav-toggled');
// if((document.querySelector('body').classList.contains('login-img')) ){
// return;
// }
// else if((document.querySelector('body').classList.contains('error-bg'))){
// return;
// }
// else{
// icontext();
// }
// ICONTEXT SIDEMENU END
sidemenu-icontext
as shown below
// ICONTEXT SIDEMENU START
$('body').addClass('icontext-menu');
$('body').addClass('sidenav-toggled');
if((document.querySelector('body').classList.contains('login-img')) ){
return;
}
else if((document.querySelector('body').classList.contains('error-bg'))){
return;
}
else{
icontext();
}
// ICONTEXT SIDEMENU END
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.
To enable Closed-Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for CLOSED SIDEMENU START
as shown in below
// CLOSED SIDEMENU START
// $('body').addClass('closed-leftmenu');
// $('body').addClass('sidenav-toggled');
// CLOSED SIDEMENU END
Closed Sidemenu
as shown below
// CLOSED SIDEMENU START
$('body').addClass('closed-leftmenu');
$('body').addClass('sidenav-toggled');
// CLOSED SIDEMENU END
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.
To enable Icon Overlay you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for ICON OVERLAY SIDEMENU START
as shown in below
// ICON OVERLAY SIDEMENU START
// $('body').addClass('icon-overlay');
// $('body').addClass('sidenav-toggled');
// if((document.querySelector('body').classList.contains('login-img')) ){
// return;
// }
// else if((document.querySelector('body').classList.contains('error-bg'))){
// return;
// }
// else{
// hovermenu();
// }
// ICON OVERLAY SIDEMENU END
sideicon-menu
as shown below
// ICON OVERLAY SIDEMENU START
$('body').addClass('icon-overlay');
$('body').addClass('sidenav-toggled');
if((document.querySelector('body').classList.contains('login-img')) ){
return;
}
else if((document.querySelector('body').classList.contains('error-bg'))){
return;
}
else{
hovermenu();
}
// ICON OVERLAY SIDEMENU END
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.
To enable Hover Submenu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for HOVER SUBMENU START
as shown in below
/// HOVER SUBMENU START
// $('body').addClass('hover-submenu');
// $('body').addClass('sidenav-toggled');
// if((document.querySelector('body').classList.contains('login-img')) ){
// return;
// }
// else if((document.querySelector('body').classList.contains('error-bg'))){
// return;
// }
// else{
// hovermenu();
// }
// HOVER SUBMENU END
Hover Submenu
as shown below
// HOVER SUBMENU START
$('body').addClass('hover-submenu');
$('body').addClass('sidenav-toggled');
if((document.querySelector('body').classList.contains('login-img')) ){
return;
}
else if((document.querySelector('body').classList.contains('error-bg'))){
return;
}
else{
hovermenu();
}
// HOVER SUBMENU END
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.
To enable Hover submenu style1 you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for HOVER SUBMENU STYLE-1 START
as shown in below
// HOVER SUBMENU STYLE-1 START
// $('body').addClass('hover-submenu1');
// $('body').addClass('sidenav-toggled');
// if((document.querySelector('body').classList.contains('login-img')) ){
// return;
// }
// else if((document.querySelector('body').classList.contains('error-bg'))){
// return;
// }
// else{
// hovermenu();
// }
// HOVER SUBMENU STYLE-1 END
Hover Submenu Style1
as shown below
// HOVER SUBMENU STYLE-1 START
$('body').addClass('hover-submenu1');
$('body').addClass('sidenav-toggled');
if((document.querySelector('body').classList.contains('login-img')) ){
return;
}
else if((document.querySelector('body').classList.contains('error-bg'))){
return;
}
else{
hovermenu();
}
// HOVER SUBMENU STYLE-1 END
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.
To enable Horizontal layout you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for horizontal
as shown in below
// $('body').addClass('horizontal');
Horizontal layout
as shown below
$('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.
To enable Horizontal Hover layout 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
// $('body').addClass('horizontal-hover');
Horizontal Hover layout
as shown below
$('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.
NOTE: By default nowrap
style 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, change the styles as per your requirements.
// To enable no-wrap horizontal style
$('#slide-left').removeClass('d-none');
$('#slide-right').removeClass('d-none');
document.querySelector('.horizontal .side-menu').style.flexWrap = 'nowrap'
// To enable wrap horizontal style
// $('#slide-left').addClass('d-none');
// $('#slide-right').addClass('d-none');
// document.querySelector('.horizontal .side-menu').style.flexWrap = 'wrap'
// To enable no-wrap horizontal style
// $('#slide-left').removeClass('d-none');
// $('#slide-right').removeClass('d-none');
document.querySelector('.horizontal .side-menu').style.flexWrap = 'nowrap'
// To enable wrap horizontal style
$('#slide-left').addClass('d-none');
$('#slide-right').addClass('d-none');
// document.querySelector('.horizontal .side-menu').style.flexWrap = 'wrap'
Example:
Simply you can change noWrap
with wrap
to change the style of Horizontal or Horizontal Hover Menus
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.
Refer following links for usage:
Icons | References |
---|---|
Font Awesome | https://fontawesome.com/v4.7.0/icons/ |
Material Design Icons | https://materialdesignicons.com/ |
Simple Line Icons | https://simplelineicons.github.io/ |
Feather Icons | https://feathericons.com/ |
Ionic Icons | https://ionicons.com/ |
Pe7 Icons | https://themes-pixeden.com/font-demos/7-stroke/ |
Themify Icons | https://themify.me/themify-icons |
Typicons Icons | https://iconify.design/icon-sets/typcn/ |
Weather Icons | https://erikflowers.github.io/weather-icons/ |
Material Icons | https://fonts.google.com/icons?selected=Material+Icons |