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.
Volgh - Laravel Bootstrap 5 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! π
Volgh Laravel is a Bootstrap 5 Admin Template using modern and minimal design. It is fully flexible user-friendly and responsive. Volgh Admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 110+ .blade.php Pages & 40+ 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 is designed 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 PHP files,CSS, Scss and JS Files.
It has super clean flat user interface Admin 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 Volgh Admin template , you will be able to get free download of all future updates.
Vertical | Horizontal | Horizontal-hover |
RTL Ready | 100+ .blade.php Pages | 40+ Plugins |
Bootstrap 5 Responsive Framework | 24 * 7 Professional Company Support | New page |
Gallery | 8 types of Charts | Select2 |
About us | Blog | Calendar |
Mail Inbox | 11 Types of Icons | File upload |
Message Chat | Form Elements | Month & Date & Year Range Pickers |
Form Advanced Elements | Data Tables | Lockscreen Page |
Error Page | Under Construction Page | User Profile |
Invoice Page | Pricing Tables | Easy to Customize |
More Widgets | Neat, clean and simple design |
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/
| | | βββ iconfonts
| | | βββ images
| | | βββ plugins
| | βββ manifest.json
| βββ .htaccess
| βββ favicon.ico
| βββ index.php
| βββ robots.txt
βββ resources/
| βββ assets
| | βββ css
| | βββ iconfonts
| | βββ 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 Volgh have more than 118 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/
| | | βββ app-header.blade.php
| | | βββ app-sidebar.blade.php
| | | βββ footer.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/
| | | βββ iconfonts
| | | βββ images
| | | βββ plugins
| | βββ manifest.json
| βββ .htaccess
| βββ favicon.ico
| βββ index.php
| βββ robots.txt
βββ resources/
| βββ assets/
| βββ css/
| βββ js/
| βββ sass/
| βββ views/
| βββ layouts/
| | βββ components/
| | | βββ app-header.blade.php
| | | βββ app-header1.blade.php
| | | βββ app-sidebar.blade.php
| | | βββ footer.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="app ltr sidebar-mini light-mode">
<!-- Switcher -->
@include('layouts.components.switcher')
<!-- End switcher -->
Go to root path: resources/views/layouts/
open "master.blade.php"
file and then change app-header
to app-header1
Before :
<!-- App-Header -->
@include('layouts.components.app-header')
<!-- End App-Header -->
After :
<!-- App-Header -->
@include('layouts.components.app-header1')
<!-- End App-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.
open a js file used for that particular PHP page and create a new function in that that js file as shown below
NOTE-1: Forindex.blade.php
page there is index1.js
file which is used for that particular page only. You should create function and place data for your chart in that index1.js
only.
IMPORTANT:If you want to place a new chart in any other page Please create new js file and create the below function
function chartid() { -----------
--------
----------
}
Place your new chart data in the function which you created.
open themeColors.js Path:(resources\assets\js\themeColors.js)
and paste the below code in the names()
function in located at the bottom of the file.
if(document.querySelector('#Your-chart-id') !== null){
example();
}
Note:Where example(); is the name of the function which you create.
replace (#Your-chart-id) with your new chart id & replace example(); with chartid() function which you created in step 1.
place ( myVarVal )
variable before the colors of your chart where you want to change accordingly to the primary color of the template for example refer below code which we used in index1.js file.
colors: [ myVarVal],
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 fonts.scss file
And paste Your Selected font-family in fonts.scss
And add the Your Selected font-family in _bootstrap-styles.scss(resources/assets/scss/bootstrap/_bootstrap-styles.scss)
body {
margin: 0;
font-family: 'Roboto', sans-serif;
font-size: 13px;
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.
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.
To enable RTL Version you have to open custom-switcher.js ({resources/assets/js/custom-switcher.js} file and remove comments for rtl
as shown in below
//---- RTL START ----- //
// $('body').addClass('rtl');
//---- RTL END ----- //
rtl
as shown below
//---- RTL START ----- //
$('body').addClass('rtl');
//---- RTL 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 Theme you have to open custom-switcher.js ({resources/assets/js/custom-switcher.js} file and remove comments for dark-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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for color-header
to enable
color-header style 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for header-dark
to enable
header-dark style as shown in below
//---- DARK HEADER START ----- //
// $('body').addClass('dark-header');
//---- DARK HEADER END ----- //
header-dark
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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for header-light
to enable
header-light style 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for light-menu
to enable
light-menu style 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for color-menu
to enable
color-menu style 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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove
comments for dark-menu
to enable dark-menu style 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.
open custom-switcher.js
path:(resources/assets/js/custom-switcher.js)
file and remove
comments for layout-boxed
to enable layout-boxed style as
shown in below
//---- BOXED LAYOUT START ----- //
// $('body').addClass('layout-boxed');
// checkHoriMenu();
//---- BOXED LAYOUT END ----- //
layout-boxed
as shown below
//---- BOXED LAYOUT START ----- //
$('body').addClass('layout-boxed');
checkHoriMenu();
//---- 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for scrollable-layout
to enable
scrollable-layout style 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for icontext-menu
to enable
icontext-menu style as shown in below
//---- ICONTEXT SIDEMENU START ----- //
// $('body').addClass('icontext-menu');
// icontext();
//---- ICONTEXT SIDEMENU END ----- //
icontext-menu
as shown below
//---- ICONTEXT SIDEMENU START ----- //
$('body').addClass('icontext-menu');
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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for closed-leftmenu
to enable
closed menu style as shown in below
//---- CLOSED SIDEMENU START ----- //
// $('body').addClass('closed-leftmenu');
// $('body').addClass('sidenav-toggled');
//---- CLOSED SIDEMENU END ----- //
closed-leftmenu
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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for icon-overlay
to
enable Icon Overlay style as shown in below
//---- ICON OVERLAY SIDEMENU START ----- //
// $('body').addClass('icon-overlay');
// hovermenu();
// iconoverlay();
//---- ICON OVERLAY SIDEMENU END ----- //
icon-overlay
as shown below
//---- ICON OVERLAY SIDEMENU START ----- //
$('body').addClass('icon-overlay');
hovermenu();
iconoverlay();
//---- 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for hover-submenu
to enable Hover
submenu style as shown in below
//---- HOVER SUBMENU START ----- //
// $('body').addClass('hover-submenu');
// $('body').addClass('sidenav-toggled');
// hovermenu();
//---- HOVER SUBMENU END ----- //
hover-submenu
as shown below
//---- HOVER SUBMENU START ----- //
$('body').addClass('hover-submenu');
$('body').addClass('sidenav-toggled');
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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for hover-submenu1
to enable
Hover submenu style1 style as shown in below
//---- HOVER SUBMENU STYLE-1 START ----- //
// $('body').addClass('hover-submenu1');
// $('body').addClass('sidenav-toggled');
// hovermenu();
//---- HOVER SUBMENU STYLE-1 END ----- //
hover-submenu1
as shown below
//---- HOVER SUBMENU STYLE-1 START ----- //
$('body').addClass('hover-submenu1');
$('body').addClass('sidenav-toggled');
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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for horizontalmenu
to enable
Horizontal layout style as shown in below
//---- HORIZONTAL CLICK MENU START ----- //
// $('body').addClass('horizontal');
//---- HORIZONTAL CLICK MENU END ----- //
horizontalmenu
as shown below
//---- HORIZONTAL CLICK MENU START ----- //
$('body').addClass('horizontal');
//---- HORIZONTAL CLICK MENU 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for horizontalmenu-hover
to
enable Horizontal Hover layout style as shown in below
//---- HORIZONTAL HOVER MENU START ----- //
// $('body').addClass('horizontal-hover');
//---- HORIZONTAL HOVER MENU END ----- //
horizontalmenu-hover
as shown below
//---- HORIZONTAL HOVER MENU START ----- //
$('body').addClass('horizontal-hover');
//---- HORIZONTAL HOVER MENU 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for center-logo
to
enable Center Logo style as shown in below
//---- CENTER LOGO START ----- //
// $('body').addClass('center-logo');
//---- CENTER LOGO END ----- //
center-logo
as shown below
//---- CENTER LOGO START ----- //
$('body').addClass('center-logo');
//---- CENTER LOGO 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for double-menu
to
enable Double Menu style as shown in below
//---- DOUBLE-MENU START ----- //
// $('body').addClass('double-menu');
//---- DOUBLE-MENU END ----- //
double-menu
as shown below
//---- DOUBLE-MENU START ----- //
$('body').addClass('double-menu');
//---- DOUBLE-MENU 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.
open custom-switcher.js path:(resources/assets/js/custom-switcher.js)
file and remove comments for double-menu-tabs
to
enable Double Menu Tabs style as shown in below
//---- DOUBLE-MENU-TABS START ----- //
// $('body').addClass('double-menu-tabs');
//---- DOUBLE-MENU-TABS END ----- //
double-menu-tabs
as shown below
//---- DOUBLE-MENU-TABS START ----- //
$('body').addClass('double-menu-tabs');
//---- DOUBLE-MENU-TABS 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 change Primary Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (resources/assets/scss/_variables.scss )
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 Light Background Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (resources/assets/scss/_variables.scss )
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 Light Text Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (resources/assets/scss/_variables.scss )
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 Light Border Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (resources/assets/scss/_variables.scss )
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 Dark body Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (resources/assets/scss/_variables.scss )
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 Dark Theme Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (resources/assets/scss/_variables.scss )
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 Dark default Color you have to open _variables.scss file in scss folder and replace what color you want as shown in below
Rootpath : _variables.scss (resources/assets/scss/_variables.scss )
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 Dark Border color you have to open _variables.scss file in scss folder and replace what color you want as shown in below
Rootpath : _variables.scss (resources/assets/scss/_variables.scss )
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.0-alpha3 | https://getbootstrap.com/ |
jquery | v3.6.0 | https://code.jquery.com/jquery-3.6.0.min.js |
chartjs | v3.7.1 | https://www.chartjs.org/ |
echarts | v4.9.0 | https://echarts.apache.org/en/index.html |
Perfect-scrollbar | v1.5.3 | https://github.com/mdbootstrap/perfect-scrollbar |
Datatables | v5.0 | https://datatables.net/ |
Datepicker | v1.12.1 | https://jqueryui.com/datepicker/ |
Flotchart | v0.8.3 | https://www.flotcharts.org/plugins/ |
Fullcalendar | v5.10.0 | https://fullcalendar.io/ |
ion.rangeSlider | v2.2.0 | http://ionden.com/a/plugins/ion.rangeSlider/index.html |
jquery-countdown | v2.1.0 | http://keith-wood.name/countdown.html |
jquery-inputmask | v1.4.1 | https://robinherbots.github.io/Inputmask/ |
Sweet-alert | v1.3.3 | https://lipis.github.io/bootstrap-sweetalert/ |
morris | v0.5.0 | http://morrisjs.github.io/morris.js/ |
select2 | v4.0.5 | https://select2.org/ |
Rich-text Editor | https://www.jqueryscript.net/demo/Rich-Text-Editor-jQuery-RichText/ | |
summernote editor | v0.8.18 | 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://iconify.design/icon-sets/typcn/ |
Weather Icons | https://erikflowers.github.io/weather-icons/ |
Flag Icons | |
Bootstrap Icons | https://icons.getbootstrap.com/ |
Google fonts are used in the template. They are as follows: Google Fonts
All Images are used: Pexels.com