Folder Directories
This is the folder structure of Admin website which is very well organized.
📦 GXON
├── 📂 package
│ ├── 📂 app/
│ ├── 📂 bootstrap/
│ ├── 📂 config/
│ ├── 📂 database/
│ ├── 📂 public/
│ │ └── 📂 assets/
│ │ ├── 📂 ajax/ → Data files (arrays.txt, objects.txt)
│ │ ├── 📂 css/ → Compiled CSS files
│ │ ├── 📂 images/ → Image assets (avatar, blog, etc.)
│ │ ├── 📂 js/ → Custom JavaScript
│ │ ├── 📂 libs/ → Third-party plugins/libraries
│ │ └── 📂 scss/ → SCSS source files for custom styling
│ ├── 📂 resources/
│ │ └── 📂 views/
│ │ ├── 📂 authentication/
│ │ ├── 📂 chart/
│ │ ├── 📂 components/
│ │ ├── 📂 dashboard/
│ │ ├── 📂 email/
│ │ ├── 📂 extended-ui/
│ │ ├── 📂 forms/
│ │ ├── 📂 icons/
│ │ ├── 📂 includes/
│ │ ├── 📂 layouts/
│ │ ├── 📂 maps/
│ │ ├── 📂 pages/
│ │ └── 📂 table/
│ ├── 📂 routes/
│ │ └── 📄 web.php
│ ├── 📂 storage/
│ ├── 📂 tests/
│ ├── 📂 vendor/
│ ├── 📄 .env
│ ├── 📄 composer.json
│ ├── 📄 package.json
│ └── 📄 README.md
├── 📂 xhtml/
└── 📂 documentation/