Use below Minia structure for modify and better understand the Minia.
1. Minia Asp.net MVC Folders
| Folder | Path | Uses |
|---|---|---|
|
|
Minia/Controller/ |
All controller files here. |
|
|
Minia/Models |
All Core models. you can add your custom also |
|
|
App_Start/RouteConfig.cs/ |
You can set route in routes in file |
|
|
Views/ |
All Pages files here. |
|
|
/ |
Gulp or build related code. if you don't have knowledge about this then don't modify it. |
2. Minia MVC Layout Files
| File | Path | Uses |
|---|---|---|
|
|
Views/Shared/ |
Auth pages layout. |
|
|
Views/Shared/ |
footer related code. you can modify as per your requirements. |
|
|
Views/Shared/ |
All css link here. |
|
|
Views/Shared/ |
layout master. |
|
|
Views/Shared/ |
Page Title related code. |
|
|
Views/Shared/ |
left-to-right (LTR) and right-to-left (RTL) text direction related code. |
|
|
Views/Shared/ |
Sidebar menus related code, you can add new menu here. |
|
|
Views/Shared/ |
Title meta related code. |
|
|
Views/Shared/ |
Topbar menus related code, you can easily customize topbar from here. |
|
|
Views/Shared/ |
Common javascript files includes here. |
3. Minia MVC Auth Files
| File | Path | Uses |
|---|---|---|
|
|
Views/Auth/ |
Login view page code, if you need to customize login you can do from this. |
|
|
Views/Auth/ |
Registration page view code. |
|
|
Views/Auth/ |
Password confirmation page. |
|
|
Views/Auth/ |
Forget password page. |
Structure
Extract the zip file you received after purchase and you would find the exact below files and folders:
Minia ASP.net MVC
├── Admin
├── Minia
├── App_Data
├── App_Start
├── assets
├── Content
├── Controllers
├── All Controller
├── Models
├── Views
├── All Pages
├── Web.config
└── All other folders
├── packages
└── Minia.sln
Controller
gulpfile.js