Overview:
We recommend our comprehensive starter kit. Our starter kit is designed to provide everything you need to kickstart your project development process efficiently and effectively. It includes:
- Layouts:
- Authentication Pages:
- Error Pages:
- Starter Page:
What is the difference between Admin vs Starterkit?
Admin | Starterkit | |
---|---|---|
Layouts | True |
True |
Pages | 130+ pages. | Starter kit has only Auth, blank and starter pages. |
Js Include | True |
True |
Which better for new project? | False |
True |
Which better for customize? | True |
False |
Support | True |
True |
Regular Update | True |
True |
Folder Structure:
- Admin
-
templates
-
cell
-
element
-
body.php / Body tag with attributes is stored in this common file.
- footer.php
-
head-css.php / added common css files link in this file.
-
horizontal.php / horizontal layout set in this file.
-
main.php
-
menu.php
-
page-title.php / Set page-title in this file.
-
right-sidebar.php / Contain the right sidebar theme customization HTML code.
-
sidebar.php / Sidebar menu-related code is in this file.
-
title-meta.php / Page title and meta tags are defined in this file.
-
topbar.php / Topbar-related code is in this file.
-
vendor-scripts.php / Common js files are linked in this file.
-
email
-
Error
-
layout
-
pages
-
Users