Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.
Thank you for showing interest towards our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries open support ticket https://support.spruko.com/.
If You Love Our Template Design Please don't forgot to rate it. Thank you so much!
Solic - Laravel Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using HTML5, CSS3, Bootstrap 5 framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.
If You Love Our Template Design Please don't forgot to rate it. Thank you so much! 😊
Solic– Laravel is a Bootstrap Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Solic Laravel admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 100+ .blade.php Pages & 50+ Plugins more UI elements . No Need to do hard work for this template customization. We 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 template is fully 100% Premium Admin Template quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All PHP 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 a 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 Solic , you will be able to get free download of all future updates.
Vertical-menu | Horizontal click menu | Horizontal hover menu | RTL ready |
100+ .blade.php 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 |
Mail Inbox | Ecommerce Pages | Services Page | Blog Details |
Calendar | Mail Inbox | 11 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 |
Note: The clear documentation of PDF is given on How To Run Laravel Project In Localhost - For Beginners. Please Check out the PDF before running the project.
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 used 8.1.12 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..
C:\xampp\htdocs>
composer create-project laravel/laravel my-project
and press Enter to install Laravel packages in the "htdocs" folder..C:\xampp\htdocs>
, it means Laravel has been successfully installed.C:\xampp\htdocs/my-project>
php artisan serve
├── app
├── bootstrap
├── config
├── database
├── public
├── resources
├── routes
├── storage
├── tests
├── vendor
├── .editorconfig
├── .env
├── .env.example
├── .gitattributes
├── .gitignore
├── .htaccess
├── artisan
├── composer.json
├── composer.lock
├── package-lock.json
├── package.json
├── phpunit.xml
├── README.md
├── server.php
└── vite.config.js
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
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)
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
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 (Vite) first, you need to run development mode.
7. Set your project root path and type the below command line.
npm run dev
8. Once the development mode starts you can customize your assets
9. 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 build
├── public/
| ├── build/
| | ├── assets/
| | | ├── images
| | | └── plugins
| | └── manifest.json
| ├── .htaccess
| ├── favicon.ico
| ├── index.php
| └── robots.txt
├── resources/
| ├── assets
| | ├── css
| | ├── images
| | ├── js
| | ├── plugins
| | ├── scss
| | └── switcher
| ├── css
| ├── js
| ├── sass
The Laravel starterkit is a resource that helps developers kickstart their Laravel web development projects by providing a preconfigured and ready-to-use template. It aims to simplify the initial setup and provide a foundation for building Laravel Framework-based websites or applications.
The purpose of the Laravel starter kit is to save developers time and effort by offering a set of prebuilt files and configurations commonly used in Laravel projects. Instead of starting from scratch, developers can leverage the starter kit to quickly set up a project structure that adheres to best practices and industry standards.
The starter kit eliminates the need to set up the basic project structure manually. It provides a well-organized file and folder structure, including commonly used directories for separating code, templates, assets, and configuration files. This allows developers to focus more on implementing business logic rather than spending time on initial setup.
You can use the Starterkit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Solic have more than 110 pages.
We have provided all the pre-build layouts like Sidemenu, Header, footer and blank pages etc in the Starterkit.
For further information or support regarding the template, please contact us using the provided link: https://support.spruko.com/
├── app
├── bootstrap
├── config
├── database
├── public
├── resources/
| ├── assets/
| ├── css/
| ├── js/
| ├── sass/
| └── views/
| ├── layouts/
| | ├── components/
| | | ├── footer.blade.php
| | | ├── main-header.blade.php
| | | ├── main-sidebar.blade.php
| | | ├── modal.blade.php
| | | ├── scripts.blade.php
| | | ├── sidebar-right.blade.php
| | | └── switcher.blade.php
| | └── master.blade.php
| └── pages/
| └── index.blade.php
├── routes
├── storage
├── tests
├── vendor
├── .editorconfig
├── .env
├── .env.example
├── .gitattributes
├── .gitignore
├── .htaccess
├── artisan
├── composer.json
├── composer.lock
├── package-lock.json
├── package.json
├── phpunit.xml
├── README.md
├── server.php
└── vite.config.js
If you have installed XAMPP on your machine then please follow the below steps
1. Download and Install the Composer from official site https://getcomposer.org/
2. Install Laravel by using Composer as mentioned in the installation process above.
1. Extract the zip folder of the laravel project in the path: EX: C:\xampp\htdocs\ that you have received after purchase.
2. Once the extraction is completed, type the localhost url in the browser to access the project. Example: http://localhost/my-project/
3. Another process for accessing the laravel project, open command prompt or terminal and set your project root path: Example: C:\Users\my-project
4. Now run the below commands in the terminal to get the output of the project.
npm install
to get the node_modules install.npm run build
to get the build assets of the project. php artisan serve
Upload the Project that you have purchased in below directory based on your server
Blade is a simple, yet powerful templating engine provided with Laravel.
├── app/
| ├── Console
| ├── Exceptions
| ├── Http
| | ├── Controllers
| | ├── Middleware
| | └── Kernel.php
| ├── Models
| └── Providers
├── bootstrap/
├── config/
├── database/
├── public/
| ├── build/
| | ├── assets/
| | | ├── images
| | | └── plugins
| | └── manifest.json
| ├── .htaccess
| ├── favicon.ico
| ├── index.php
| └── robots.txt
├── resources/
| ├── assets/
| ├── css/
| ├── js/
| ├── sass/
| └── views/
| ├── layouts/
| | ├── components/
| | | ├── footer.blade.php
| | | ├── main-header.blade.php
| | | ├── main-header1.blade.php
| | | ├── main-sidebar.blade.php
| | | ├── modal.blade.php
| | | ├── scripts.blade.php
| | | ├── sidebar-right.blade.php
| | | ├── switcher-scripts.blade.php
| | | └── switcher.blade.php
| | ├── custom-master.blade.php
| | ├── master.blade.php
| | └── switcher-master.blade.php
| └── pages/ (110+ blade.php files)
├── routes/
| ├── api.php
| ├── channels.php
| ├── console.php
| └── web.php
├── storage
├── tests
├── vendor
├── .editorconfig
├── .env
├── .env.example
├── .gitattributes
├── .gitignore
├── .htaccess
├── artisan
├── composer.json
├── composer.lock
├── package-lock.json
├── package.json
├── phpunit.xml
├── README.md
├── server.php
└── vite.config.js
If you want to add switcher to your template follow the below process.
Go to root path: resources/views/layouts/
open "master.blade.php"
in that file, below the body
, include the switcher path given below.
Switcher Path:
<!-- Switcher -->
@include('layouts.components.switcher')
<!-- End switcher -->
EX:
<body class="sidebar-mini2 app sidebar-mini">
<!-- Switcher -->
@include('layouts.components.switcher')
<!-- End switcher -->
Go to root path: resources/views/layouts/
open "master.blade.php"
file and then change main-header
to main-header1
Before :
<!-- Main-Header -->
@include('layouts.components.main-header')
<!-- End Main-Header -->
After :
<!-- Main-Header -->
@include('layouts.components.main-header1')
<!-- End Main-Header -->
Go to root path: resources/views/layouts/components/
open "scripts.blade.php"
file then add switcher js
link given below.
Add SWITCHER JS:
<!-- SWITCHER JS -->
@vite('resources/assets/switcher/js/switcher.js')
By default, the chart color will change based on the theme color.
You can replace the default chart with your own chart, but in order to change the colors of your chart with respect to the theme colors you have to follow the below steps.
Note: This process is only for replace your own chart in index.blade.php page
Go to root path: resources/assets/js/index.js in that js file you will find a function named as index " function conversionChart() ; " inside of that function replace the old chart js data with your new chart js data, in order to change your chart color according to your themecolor then add " myVarVal" (Ex:- myVarVal to that particular color field based on your requirement.
Navigate to root path: resources/assets/js/ and open custom-switcher.js in that js file you will find a function called "(function names() )" In that function you will find
// index charts
if(document.querySelector('#conversion') !== null){
conversionChart();
}
Then change it's id name based on the id that you've used for your particular chart.
Ex: How do I modify the Id in the "custom-switcher.js" file?
" if(document.querySelector('#conversion') !== null){
conversionChart() ;
}"
" if(document.querySelector('# your chart id') !== null){
conversionChart() ;
}"
Note : This process is only for adding your new chart to other pages.(Skip this process if this is not your requirement)
If you want to change the color of your chart with respect to the themecolor you have to follow the below steps.
If you want to add any chart to any other page then follow the below process.
Open js file of the particular chart that you wanted to add, in that js file (for example in my case: mychart.js), and inside of that js file create a new function with " unique " name (for example in my case: myFunction() ), and then place the chart js content inside of that function.
Note: If there is more than one chart then you need to create different functions for different charts respectively.
Ex-1: myFunction1() {
chart js1 content
}
myFunction2() {
chart js2 content
}
Navigate to root path: resources/assets/js/custom-switcher.js in that js file you will find a function called "(function names() )" In that function you will find
"if(document.querySelector('#conversion') !== null){
conversionChart() ;
}"
Below this condition add a new condition with the "id name and function name" that you've used in your chart js (Ex: mychart.js)
Ex: " if(document.querySelector('# your chart id') !== null){
myFunction(); =>created function for the above id
}"
If you want to change your chart (Ex: mychart.js) color according to your themecolor then follow the below process
Ex : Go to root path: resources/assets/js/mychart.js in that js file you've already created a function (Ex: myFunction() ) inside of that function there are different color values based on the chart. so, if you want to change the color then add " myVarVal " value (Ex:- myVarVal )to that particular color field based on your requirement.
Go To _variables.scss (resources/assets/scss/_variables.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
Example:
And paste Your Selected font-family in _variables.scss i.e (root:-resources/assets/scss/_variables.scss)
Example:
Before : @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
After : @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
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: 0.875rem;
font-weight: 400;
line-height: 1.5;
color: $color;
text-align: start;
background-color: $white;
}
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 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.
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file
and remove
comments for html.setAttribute("dir" , "rtl")
to
enable RTL
version.
//LTR to RTL
if (!localStorage.getItem("solicrtl")) {
// html.setAttribute("dir" , "rtl") // for rtl version
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file
and remove
comments for html.setAttribute("data-theme-color" , "light")
to
enable Light Theme.
//Light Theme Style
if (!localStorage.getItem("soliclighttheme")) {
// html.setAttribute("data-theme-color" , "light") // for light theme
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file
and remove
comments for html.setAttribute("data-theme-color" , "dark")
to
enable Dark Theme.
//Dark Theme Style
if (!localStorage.getItem("solicdarktheme")) {
// html.setAttribute("data-theme-color" , "dark") // for Dark theme
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file
and remove
comments for any data-menu-style
to
enable Menu Styles.
//Menu Styles
if (!localStorage.getItem("solicMenu")) {
// html.setAttribute("data-menu-style" , "light") // for light menu style
// html.setAttribute("data-menu-style" , "dark") // for dark menu style
// html.setAttribute("data-menu-style" , "color") // for color menu style
// html.setAttribute("data-menu-style" , "gradient") // for gradient menu style
}
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file
and remove
comments for any data-header-style
to
enable Headers Styles.
//Header Styles
if (!localStorage.getItem("solicHeader")) {
// html.setAttribute("data-header-style" , "light") // for light header style
// html.setAttribute("data-header-style" , "dark") // for dark header style
// html.setAttribute("data-header-style" , "color") // for color header style
// html.setAttribute("data-header-style" , "gradient") // for gradient header style
}
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and
remove
comments for html.setAttribute("data-width" , "boxed")
to
enable layout-boxed style
//Boxed styles
if (!localStorage.getItem("solicboxed")) {
// html.setAttribute("data-width" , "boxed") // for boxed style
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
html.setAttribute("data-position" , "scrollable")
to enable
scrollable-layout style
//Scrollabel styles
if (!localStorage.getItem("solicscrollable")) {
// html.setAttribute("data-position" , "scrollable") // for scrollable style
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
html.setAttribute("data-skins" , "no-shadow")
to enable
No-shadow styles
//No-Shadow styles
if (!localStorage.getItem("solicnoshadow")) {
// html.setAttribute("data-skins" , "no-shadow") // for No-shadow styles
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
html.setAttribute("data-vertical-style" , "default")
and also html.setAttribute("data-layout" , "vertical")
to enable Default Layout style
//Vertical Layout
if (!localStorage.getItem("soliclayout")) {
// html.setAttribute("data-layout" , "vertical") // for Vertical layout
// html.setAttribute("data-layout" , "horizontal") // for horizontal layout
}
//Default Layout Styles
if (!localStorage.getItem("solicverticalstyles")) {
// html.setAttribute("data-vertical-style" , "default") // for Vertical default style
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
solicverticalstyles
and also html.setAttribute("data-layout" , "vertical")
to enable Closed Layout style
//Vertical Layout
if (!localStorage.getItem("soliclayout")) {
// html.setAttribute("data-layout" , "vertical") // for Vertical layout
// html.setAttribute("data-layout" , "horizontal") // for horizontal layout
}
//Closed Layout Styles
if (!localStorage.getItem("solicverticalstyles")) {
// html.setAttribute("data-vertical-style" , "closed") // for Vertical closed style
// $('body').addClass('sidenav-toggled');
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
solicverticalstyles
and also html.setAttribute("data-layout" , "vertical")
to enable IconText Layout style
//Vertical Layout
if (!localStorage.getItem("soliclayout")) {
// html.setAttribute("data-layout" , "vertical") // for Vertical layout
// html.setAttribute("data-layout" , "horizontal") // for horizontal layout
}
//IconText Layout Styles
if (!localStorage.getItem("solicverticalstyles")) {
// html.setAttribute("data-vertical-style" , "icontext") // for Vertical icontext style
// textLayoutFn();
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
solicverticalstyles
and also html.setAttribute("data-layout" , "vertical")
to enable Overlay Layout style
//Vertical Layout
if (!localStorage.getItem("soliclayout")) {
// html.setAttribute("data-layout" , "vertical") // for Vertical layout
// html.setAttribute("data-layout" , "horizontal") // for horizontal layout
}
//Overlay Layout Styles
if (!localStorage.getItem("solicverticalstyles")) {
// html.setAttribute("data-vertical-style" , "overlay") // for Vertical overlay style
// $('body').addClass('sidenav-toggled');
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
solicverticalstyles
and also html.setAttribute("data-layout" , "vertical")
to enable Overlay Layout style
//Vertical Layout
if (!localStorage.getItem("soliclayout")) {
// html.setAttribute("data-layout" , "vertical") // for Vertical layout
// html.setAttribute("data-layout" , "horizontal") // for horizontal layout
}
//Hover Submenu Layout Styles
if (!localStorage.getItem("solicverticalstyles")) {
// html.setAttribute("data-vertical-style" , "hover") // for Vertical hover style
// hoverLayoutFn();
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
solicverticalstyles
and also html.setAttribute("data-layout" , "vertical")
to enable Overlay Layout style
//Vertical Layout
if (!localStorage.getItem("soliclayout")) {
// html.setAttribute("data-layout" , "vertical") // for Vertical layout
// html.setAttribute("data-layout" , "horizontal") // for horizontal layout
}
//Hover Submenu1 Layout Styles
if (!localStorage.getItem("solicverticalstyles")) {
// html.setAttribute("data-vertical-style" , "hover1") // for Vertical hover1 style
// hoverLayoutFn();
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
solicverticalstyles
and also html.setAttribute("data-layout" , "vertical")
to enable Overlay Layout style
//Vertical Layout
if (!localStorage.getItem("soliclayout")) {
// html.setAttribute("data-layout" , "vertical") // for Vertical layout
// html.setAttribute("data-layout" , "horizontal") // for horizontal layout
}
//Double Menu Layout Styles
if (!localStorage.getItem("solicverticalstyles")) {
// html.setAttribute("data-vertical-style" , "doublemenu") // for Vertical doublemenu style
// doubleLayoutFn();
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
solicverticalstyles
and also html.setAttribute("data-layout" , "vertical")
to enable Overlay Layout style
//Vertical Layout
if (!localStorage.getItem("soliclayout")) {
// html.setAttribute("data-layout" , "vertical") // for Vertical layout
// html.setAttribute("data-layout" , "horizontal") // for horizontal layout
}
//Double Menu Layout Styles
if (!localStorage.getItem("solicverticalstyles")) {
// html.setAttribute("data-vertical-style" , "doublemenu-tabs") // for Vertical doublemenu-tabs style
// doubleLayoutFn();
}
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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove comments for
html.setAttribute("data-layout" , "horizontal")
and any data-hor-style
to enable
Horizontal layout style
//Menu Layout
if (!localStorage.getItem("soliclayout")) {
// html.setAttribute("data-layout" , "vertical") // for Vertical layout
// html.setAttribute("data-layout" , "horizontal") // for horizontal layout
}
//horizontalmenu Layout Styles
if (!localStorage.getItem("soliclayout") === "horizontal" || localStorage.getItem("soliclayout") == null) {
// html.setAttribute("data-hor-style" , "hor-click") // for horizontal click style
// html.setAttribute("data-hor-style" , "hor-hover") // for horizontal hover style
}
NOTE:-when horizontal layout is in active all the data-vertical-style will not be in active
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 change complete theme colors you have to open _variables.scss file
Rootpath : _variables.scss (resources/assets/scss/_variables.scss )
To customize the theme colors. change colors in root element :
:root {
/* Primary */
--primary-bg-color-rgb: 86, 78, 193;
----------------
----------------
----------------
}
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.
Open custom-switcher.js file
resources/assets/js/custom-switcher.js
To clear LocalStorage loading functions you need to remove localStorageBackup() {} and localStorageBackup() calling function in custom-switcher.js as shown below
function localStorageBackup() {
}
To remove complete LocalStorage saving you need to remove all
localstorage related calling functions in custom-switcher.js
resources/assets/js/custom-switcher.js
files.
LocalStorage related functions like localStorage.setItem, localStorage.removeItem, localStorage.getItem, localStorage.clear. Below are the some examples to find out.
localStorage.setItem("----", true);
localStorage.removeItem("----");
localStorage.getItem("----");
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.
Plugin | Version | URL |
---|---|---|
Bootstrap | v5.3.2 | https://getbootstrap.com/ |
JQuery | v3.6.0 | https://jquery.com/ |
Chartjs | v3.7.1 | https://www.chartjs.org/ |
Flot Charts | v0.8.3 | https://www.flotcharts.org/plugins/ |
Perfect-scrollbar | v1.4.0 | https://github.com/mdbootstrap/perfect-scrollbar |
Datatables | v5.0 | https://datatables.net/ |
Flatpicker | v4.6.13 | https://flatpickr.js.org//Flatpicker/ |
Fullcalendar | v5.10.0 | https://fullcalendar.io/ |
ion.rangeSlider | v2.1.4 | http://ionden.com/a/plugins/ion.rangeSlider/index.html |
jquery-countdown | v2.1.0 | http://keith-wood.name/countdown.html |
jquery-inputmask | v1.14.13 | https://github.com/igorescobar/jQuery-Mask-Plugin/ |
Sweet-alert | v1.0.1 | https://lipis.github.io/bootstrap-sweetalert/ |
morris | v0.5.0 | http://morrisjs.github.io/morris.js/ |
jquery-star-rating | v1.2.0 | https://github.com/nashio/star-rating-svg |
select2 | v4.0.5 | https://select2.org/ |
Rich Text Editor | https://www.jqueryscript.net/demo/Rich-Text-Editor-jQuery-RichText/ | |
Summernote Editor | https://summernote.org/ |
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://www.s-ings.com/typicons/ |
Weather Icons | https://erikflowers.github.io/weather-icons/ |
Material Icons | https://fonts.google.com/icons?selected=Material+Icons |
Bootstrap Icons | https://icons.getbootstrap.com |
Google fonts are used in the template. They are as follows: Google Fonts