Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.
Thank you for purchasing our project and being our valued customer. We hope you are happy with your purchase. Feel free to contact us at any time. We have a dedicated team to provide you with the best support. If you have any issues, please contact the Support Help Desk at https://support.spruko.com/.
If You Love Our Template Design Please don't forgot to rate it. Thank you so much!
Spruha - 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 Blade.php, 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! π
Spruha is a Laravel Bootstrap5 Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Spruha Laravel Admin template is powered with HTML5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 100+ blade.php Pages & 60+ 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 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 Spruha , you will be able to get free download of all future updates.
| Horizonal Admin | Vertical Dashboard | Dark Theme Ready |
| RTL Ready | 100+ blade.php Pages | 60+ Plugins |
| Bootstrap 5 Responsive Framework | 24 * 7 Professional Company Support | Landing page |
| Gallery | 5 types of Charts | Select2 |
| About us | Blog | Calendar |
| Mail Inbox | 12 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 | Advanced Pricing Tables | Easy to Customize |
| More Widgets | 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.Note: If you have any further queries in installation please refer to the official websites Click here
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
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/
| | | βββ img
| | | βββ landing
| | | βββ pludins
| | βββ manifest.json
| βββ .htaccess
| βββ favicon.ico
| βββ index.php
| βββ robots.txt
βββ resources/
| βββ assets
| | βββ css
| | βββ img
| | βββ js
| | βββ landing
| | βββ plugins
| | βββ scss
| | βββ switcher
| βββ css
| βββ js
| βββ sass
| βββ views
| | βββ layouts/
| | | βββ components/
| | | βββ custom-master.blade.php
| | | βββ custom-master2.blade.php
| | | βββ landing-master.blade.php
| | | βββ master.blade.php
| | | βββ switcher-master.blade.php
| | βββ pages/ (100+ blade.php files)
Upload the Project that you have purchased in below directory based on your 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
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
βββ app/
| βββ Console
| βββ Exceptions
| βββ Http
| | βββ Controllers
| | βββ Middleware
| | βββ Kernel.php
| βββ Models
| βββ Providers
βββ bootstrap/
βββ config/
βββ database/
βββ public/
| βββ build/
| | βββ assets/
| | | βββ img
| | | βββ landing
| | | βββ plugins
| | βββ manifest.json
| βββ .htaccess
| βββ favicon.ico
| βββ robots.txt
βββ resources/
| βββ assets/
| βββ css/
| βββ js/
| βββ sass/
| βββ views/
| βββ layouts/
| | βββ components/
| | | βββ custom-scripts.blade.php
| | | βββ footer.blade.php
| | | βββ header.blade.php
| | | βββ header1.blade.php
| | | βββ landing-footer.blade.php
| | | βββ landing-header.blade.php
| | | βββ landing-scripts.blade.php
| | | βββ landing-sidebar.blade.php
| | | βββ right-sidebar.blade.php
| | | βββ scripts.blade.php
| | | βββ sidebar.blade.php
| | | βββ switcher.blade.php
| | βββ custom-master.blade.php
| | βββ custom-master2.blade.php
| | βββ landing-master.blade.php
| | βββ master.blade.php
| | βββ switcher-master.blade.php
| βββ pages/ (100+ blade.php files)
βββ routes/
| βββ api.php
| βββ channels.php
| βββ console.php
| βββ web.php
βββ storage
βββ tests
βββ vendor
βββ .editorconfig
βββ .env
βββ .env.example
βββ .gitattributes
βββ .gitignore
βββ .htaccess
βββ artisan.php
βββ composer.json
βββ composer.lock
βββ package-lock.json
βββ package.json
βββ phpunit.xml
βββ README.md
βββ server.php
βββ vite.config.js
Blade is a simple, yet powerful templating engine provided with Laravel.
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, and then change header to header1 .
EX:
Before :
<!-- HEADER -->
@include('layouts.components.header')
<!-- HEADER -->
After :
<!-- HEADER1 -->
@include('layouts.components.header1')
<!-- HEADER1 -->
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')
<!-- SWITCHER -->
EX:
<body class="ltr main-body leftmenu">
<!-- SWITCHER -->
@include('layouts.components.switcher')
<!-- SWITCHER -->
Go to root
path: resources/views/layouts/ open "master.blade.php" file and then change custom.js link to custom1.js, and add the switcher.js link, follow given below.process.
Custom JS:
Before:
<!-- CUSTOM JS -->
@vite('resources/assets/js/custom.js')
<!-- CUSTOM JS -->
After :
<!-- CUSTOM1 JS -->
@vite('resources/assets/js/custom1.js')
<!-- CUSTOM1 JS -->
Add Switcher JS
<!-- SWITCHER JS -->
@vite('resources/assets/js/switcher.js')
Go to root path:
resources/views/layouts open
"custom-master.blade.php" in that file, below the body tag, switcher-icon code given below process.
Go to root
path: resources/views/layouts/ open
"custom-master.blade.php" in that file, below the
body, include the switcher path given below.process.
Switcher Path:
<!-- SWITCHER -->
@include('layouts.components.switcher')
<!-- SWITCHER -->
EX:
@yield('custom-body')
<!-- SWITCHER -->
@include('layouts.components.switcher')
<!-- SWITCHER -->
Go to root
path: resources/views/layouts/ open "custom-master.blade.php" file and then change custom.js link to custom1.js, and add the switcher.js link, follow given below.process.
Custom JS:
Before:
<!-- CUSTOM JS -->
@vite('resources/assets/js/custom.js')
<!-- CUSTOM JS -->
After :
<!-- CUSTOM1 JS -->
@vite('resources/assets/js/custom1.js')
<!-- CUSTOM1 JS -->
Add Switcher JS
<!-- SWITCHER JS -->
@vite('resources/assets/js/switcher.js')
Go To _fonts.scss (resources/assets/scss/style.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

And paste Your Selected font-family in _style.scss

And add the Your Selected font-family in _bootstrap-custom.scss(resources/assets/scss/bootstrap/_bootstrap-custom.scss)
fontFamily: {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; //place your font here
font-size: 0.875rem;
Note : After Changing font you must run the command i.e, npm run dev
Go To "resources/assets/img/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.
To change Menu icons, resources/views/layouts/components/sidebar.blade.php page open and go through sidebar
section, in that section you will find Themify icons of menu in i
tag, there you can replace previous icon with your icon. Example as shown in below
open custom.js path:(resources/assets/js/custom.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*/
open custom.js path:(resources/assets/js/custom.js)
file and remove comments for header-dark to enable
header-dark style as shown in below
/*Dark Header Start*/
// $('body').addClass('header-dark');
/*Dark Header End*/
header-dark as
shown below
/*Dark Header Start*/
$('body').addClass('header-dark');
/*Dark Header End*/
open custom.js path:(resources/assets/js/custom.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*/
open custom.js path:(resources/assets/js/custom.js)
file and remove comments for light-menu to enable
light-menu style as shown in below
/*Light Menu Start*/
// $('body').addClass('light-menu');
/*Light Menu End*/
light-menu as
shown below
/*Light Menu Start*/
$('body').addClass('light-menu');
/*Light Menu End*/
open custom.js path:(resources/assets/js/custom.js)
file and remove comments for color-menu to enable
color-menu style as shown in below
/*Color Menu Start*/
// $('body').addClass('color-menu');
/*Color Menu End*//
color-menu as
shown below
/*Color Menu Start*/
$('body').addClass('color-menu');
/*Color Menu End*/
open custom.js
path:(resources/assets/js/custom.js)file and remove
comments for dark-menu to enable dark-menu style as shown
in below
/*Dark Menu Start*/
// $('body').addClass('dark-menu');
/*Dark Menu End*/
dark-menu as
shown below
/*Dark Menu Start*/
$('body').addClass('dark-menu');
/*Dark Menu End*/
open custom.js
path:(resources/assets/js/custom.js)file and remove
comments for layout-boxed to enable layout-boxed style 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*/
open custom.js path:(resources/assets/js/custom.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*/
open custom.js path:(resources/assets/js/custom.js)
file and remove comments for icontext-menu to enable
icontext-menu style as shown in below
/*Icon Text Sidemenu Start*/
// $('body').addClass('icontext-menu');
// $('body').addClass('main-sidebar-hide');
/*Icon Text Sidemenu End*/
icontext-menu as shown below
/*Icon Text Sidemenu Start*/
$('body').addClass('icontext-menu');
$('body').addClass('main-sidebar-hide');
/*Icon Text Sidemenu End*/
open custom.js path:(resources/assets/js/custom.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('main-sidebar-hide');
/*Closed Sidemenu End*/
closed-leftmenu as shown below
/*Closed Sidemenu Start*/
$('body').addClass('closed-leftmenu');
$('body').addClass('main-sidebar-hide');
/*Closed Sidemenu End*/
open custom.js path:(resources/assets/js/custom.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');
// $('body').addClass('main-sidebar-hide');
/*Icon Overlay Sidemenu End*/
icon-overlay
as shown below
/*Icon Overlay Sidemenu Start*/
$('body').addClass('icon-overlay');
$('body').addClass('main-sidebar-hide');
/*Icon Overlay Sidemenu End*/
open custom.js path:(resources/assets/js/custom.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('main-sidebar-hide');
/*Hover Submenu End*/
hover-submenu
as shown below
/*Hover Submenu Start*/
$('body').addClass('hover-submenu');
$('body').addClass('main-sidebar-hide');
/*Hover Submenu End*/
open custom.js path:(resources/assets/js/custom.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('main-sidebar-hide');
/*Hover Submenu Style 1 End*/
hover-submenu1 as shown below
/*Hover Submenu Style 1 Start*/
$('body').addClass('hover-submenu1');
$('body').addClass('main-sidebar-hide');
/*Hover Submenu Style 1 End*/
open custom.js path:(resources/assets/js/custom.js)
file and remove comments for horizontalmenu to enable
Horizontal layout style as shown in below
/* Horizontal Menu Start */
// $('body').addClass('horizontalmenu');
/*Horizontal Menu End */
horizontalmenu as shown below
/* Horizontal Menu Start */
$('body').addClass('horizontalmenu');
/*Horizontal Menu End */
open custom.js path:(resources/assets/js/custom.js)
file and remove comments for horizontalmenu-hover to
enable Horizontal Hover layout style as shown in below
* Horizontal Hover Menu Start */
// $('body').addClass('horizontalmenu-hover');
/* Horizontal Hover Menu End */
horizontalmenu-hover as shown below
* Horizontal Hover Menu Start */
$('body').addClass('horizontalmenu-hover');
/* Horizontal Hover Menu End */
To change Primary Color you have to open _bootstrap-custom.scss file and replace what color you want as shown in below
Rootpath : _bootstrap-custom.scss (resources/assets/scss/bootstrap/_bootstrap-custom.scss )
Note : After Changing font you must run the command i.e, npm run dev
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 : After Changing font you must run the command i.e, npm run dev
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 : After Changing font you must run the command i.e, npm run dev
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 : After Changing font you must run the command i.e, npm run dev
To change Dark body Color you have to open _bootstrap-custom.scss file and replace what color you want as shown in below
Rootpath : _bootstrap-custom.scss (resources/assets/scss/bootstrap/_bootstrap-custom.scss )
Note : After Changing font you must run the command i.e, npm run dev
To change Dark Theme Color you have to open _bootstrap-custom.scss file and replace what color you want as shown in below
Rootpath : _bootstrap-custom.scss (resources/assets/scss/bootstrap/_bootstrap-custom.scss )
Note : After Changing font you must run the command i.e, npm run dev
To change Dark default Color ,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 : After Changing font you must run the command i.e, npm run dev
| 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 |
| Bootstrap Icons | https://icons.getbootstrap.com/ |
Google fonts are used in the template. They are as follows: Google Fonts