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!
Sparic - 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! π
Sparicβ is a Laravel Bootstrap5 Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Sparic 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 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 Sparicβ is a Laravel Bootstrap5 Admin & Dashboard template, 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>
path in command prompt.composer create-project laravel/laravel my-project
and hit enter to install the Laravel Packages in your "htdocs" folder.C:\xampp\htdocs>
path then you are sucessfully installed laravelNote: If you have any further queries in installation please refer to the official websites Click here
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
Note:There are total 100+ php and blade.php files created by Livewire.
βββ app
βββ bootstrap
βββ config
βββ database
βββ lang
βββ public
βββ resources
βββ routes
βββ storage
βββ tests
βββ vendor
βββ .editorconfig
βββ .env
βββ .env.example
βββ .gitattributes
βββ .gitignore
βββ .htaccess
βββ artisan.File
βββ 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/
| | | βββ iconfonts
| | | βββ images
| | | βββ plugins
| | βββ manifest.json
| βββ .htaccess
| βββ favicon.ico
| βββ index.php
| βββ robots.txt
βββ resources/
| βββ assets
| | βββ css
| | βββ iconfonts
| | βββ images
| | βββ js
| | βββ plugins
| | βββ scss
| | βββ switcher
| βββ css
| βββ js
| βββ sass
| βββ views
| | βββ layouts/
| | | βββ components/
| | | βββ app.blade.php
| | | βββ custom-app.blade.php
| | | βββ custom-app1.blade.php
| | | βββ switcher-app.blade.php
| | βββ livewire/ (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
| | βββ Livewire (100+ php files)
| | βββ Middleware
| | βββ Kernel.php
| βββ Models
| βββ Providers
βββ bootstrap/
βββ config/
βββ database/
βββ lang/
βββ public/
| βββ build/
| | βββ assets/
| | | βββ iconfonts
| | | βββ images
| | | βββ plugins
| | βββ manifest.json
| βββ .htaccess
| βββ favicon.ico
| βββ robots.txt
βββ resources/
| βββ assets/
| βββ css/
| βββ js/
| βββ sass/
| βββ views/
| βββ layouts/
| | βββ components/
| | | βββ custom-scripts.blade.php
| | | βββ main-footer.blade.php
| | | βββ main-header.blade.php
| | | βββ main-header1.blade.php
| | | βββ main-sidebar.blade.php
| | | βββ news-ticker.blade.php
| | | βββ right-sidebar.blade.php
| | | βββ scripts.blade.php
| | | βββ switcher.blade.php
| | βββ app.blade.php
| | βββ custom-app.blade.php
| | βββ custom-app1.blade.php
| | βββ switcher-app.blade.php
| βββ livewire/ (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 "app.blade.php"
in that file, below the body
, include the switcher path given below.
Go to root path: resources/views/layouts/
open "app.blade.php"
file and then change main-header to main-header1
Go to root path: resources/views/layouts/
open "app.blade.php"
file then add switcher js
link given below.
NOTE: If you want to change your chart colors according to the theme colors, then follow the process.(Skip this process if this is not your requirement).
open a js file used for that particular blade.php page and create a new function in that js file as shown below
NOTE-1: Forindex.blade.php
page there is index.js
file which is used for that particular page only. You should create function and place data for your chart in that index.js
you should create new function and place chart data in that js files only
IMPORTANT:If you want to place a new chart in any other page Please create new js file and create the below function
NOTE-2:Function name should be unique,It is better to give the function name according to your chart id, any other names also can be usedPlace your new chart data in the function which you created.
open themecolor.js Path:(resources/assets/js/themecolor.js)
and paste the below code in the names()
function in (// chart colors) section located at the bottom of the file.
replace (#Your-chart-id) with your new chart id & replace example(); with chartid() function which you created in step 1.
change in the color ( myVarVal )
place 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 index.js file.
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:
NOTE: You must performnpm 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 performnpm 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 swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for dark-mode
to enable
dark-theme style as shown in below
dark-mode
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for color-header
to enable
color-header style as shown in below
color-header
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for dark-header
to enable
dark-header style as shown in below
dark-header
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for light-header
to enable
light-header style as shown in below
light-header
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for light-menu
to enable
light-menu style as shown in below
light-menu
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for color-menu
to enable
color-menu style as shown in below
color-menu
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.
open swither-styles.js
path:(resources/assets/js/switcher-styles.js)
file and remove
comments for dark-menu
to enable dark-menu style as shown
in below
dark-menu
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.
open swither-styles.js
path:(resources/assets/js/switcher-styles.js)
file and remove
comments for layout-boxed
to enable layout-boxed style as
shown in below
layout-boxed
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for scrollable-layout
to enable
scrollable-layout style as shown in below
scrollable-layout
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for sidemenu-icontext
to enable
sidemenu-icontext style as shown in below
sidemenu-icontext
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for Closed Sidemenu
to enable
closed menu style as shown in below
Closed Sidemenu
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for Icon Overlay Sidemenu
to
enable Icon Overlay style as shown in below
sideicon-menu
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for Hover Submenu
to enable Hover
submenu style as shown in below
Hover Submenu
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for Hover Submenu Style1
to enable
Hover submenu style1 style as shown in below
Hover Submenu Style1
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.
open swither-styles.js path:(assets/js/switcher-styles.js)
file and remove comments for Double-menu
to enable
Double-menu style as shown in below
Double-menu
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.
open swither-styles.js path:(assets/js/switcher-styles.js)
file and remove comments for Double-menu-tabs
to enable
Double-menu-tabs style as shown in below
Double-menu-tabs
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.
open swither-styles.js
path:(resources/assets/js/switcher-styles.js)
file . and remove
comments for $('body').addClass('rtl')
to enable RTL
version as shown in below
$('body').addClass('rtl')
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for Horizontal Hover layout
to
enable Horizontal Hover layout style as shown in below
Horizontal Hover layout
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.
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and replacenoWrap
with wrap
in
Horizontal (or) Horizontal Hover layout
to enable wrap
style for Horizantal or Horizantal Hover
noWrap
with wrap
as
shown below
Example:
Simply you can change noWrap
with wrap
to change
the style of Horizontal or Horizontal Hover Menus
open swither-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for centerlogo-horizontal
to
enable centerlogo-horizontal style as shown in below
centerlogo-horizontal
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.
Open themeColors.js file resources/assets/js/themeColors.js
To clear LocalStorage loading functions you need to remove localStorageBackup() function in themeColors.js as shown below
To remove complete LocalStorage saving you need to remove all localstorage related calling functions in themeColors.js resources/assets/js/themeColors.js
and custom.js resources/assets/js/switcher-styles.js
files.
LocalStorage related functions like localStorage.setItem, localStorage.removeItem, localStorage.getItem, localStorage.clear. Below are the some examples to find out.
To change Dark default Color ,border color ,and shadow color you have to open _bootstrap-styles.scss file and replace what color you want as shown in below
Rootpath : _bootstrap-styles.scss (resources/assets/scss/bootstrap/_bootstrap-styles.scss )
Note : After Changing color you must run command i.e, npm run dev
.
To change Dark Theme Color you have to open _bootstrap-styles.scss file and replace what color you want as shown in below
Rootpath : _bootstrap-styles.scss (resources/assets/scss/bootstrap/_bootstrap-styles.scss )
Note : After Changing color you must run command i.e, npm run dev
.
To change Dark Body Color you have to open _bootstrap-styles.scss file and replace what color you want as shown in below
Rootpath : _bootstrap-styles.scss (resources/assets/scss/bootstrap/_bootstrap-styles.scss )
Note : After Changing color you must run command i.e, npm run dev
.
Google fonts are used in the template. They are as follows: Google Fonts
All Images are used: Pexels.com