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 | 80+ 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:
- Minia
-
-
assets // includes all scss, fonts, images, lang, js files for the development.
-
layouts // Includes all commen files
-
body.php
-
config.php
-
footer.php // common footer code.
-
head.php
-
head-main.php
-
head-style.php
-
horizontal-menu.php
-
menu.php // All the menu's code will be in this file
-
right-sidebar.php // right sidebar for customization layouts, sidebar colors, modes etc settings
-
session.php
-
vendor-scripts.php // common javascript included in this file
-
vertical-menu.php
-
vendor
-
All php files will be here.