Folder Structure
Presented here is the HTML rendition of the folder arrangement. To facilitate layout management and expedite development through Gulp, we've meticulously designed partials. Incorporating a starter kit that serves as a launchpad for commencing projects from the ground up.
- 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.