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
-
components
-
layouts
-
_body.html.twig / Body tag with attributes is stored in this common file.
- _footer.html.twig
-
_head-css.html.twig / added common css files link in this file.
-
_horizontal.html.twig / horizontal layout set in this file.
-
_main.html.twig
-
_menu.html.twig
-
_right-sidebar.html.twig / Contain the right sidebar theme customization HTML code.
-
_sidebar.html.twig / Sidebar menu-related code is in this file.
-
_topbar.html.twig / Topbar-related code is in this file.
-
_vendor-scripts.html.twig / Common js files are linked in this file.
-
base.html.twig
-
layouts-horizontal.html.twig
-
layouts-vertical.html.twig
-
layouts-without-nav.html.twig
-
All HTML twig pages