Folder Structure

Hexadash also provide laravel version. In this page, we have provided installation and usage information. Once you download the template from ThemeForest, unzip the package and you will find the below folder structure in Hexadash-laravel

Below is the Hexadash - Laravel Admin Dashboard Template folder structure.

hexadash-laravel
├── app
├── bootstrap
├── config
├── database
├── lang
├── public
│   │
│   ├── assets 
│   │   ├── css (CSS files for third-party plugins)
│   │   ├── fonts (Fonts used in the project)
│   │   ├── img (Image assets used in the project)
│   │   └── js (JavaScript files for third-party plugins)
│   │     
│   ├── css (compile custom css file here)
│   ├── js
│   │ 
├── resources
│   ├── css
│   │   └── app.scss (write custom css here)
│   ├── js
│   │   └── app.js (write custom script and initialization)
│   └── views
│       ├── auth
│       ├── components
│       │   └── dashboard
│       │       ├── demo_eight
│       │       ├── demo_five
│       │       ├── demo_four
│       │       ├── demo_nine
│       │       ├── demo_one
│       │       ├── demo_seven
│       │       ├── demo_six
│       │       ├── demo_three
│       │       └── demo_two
│       ├── customer
│       ├── layout
│       │   ├── app (All linked Js is included here)
│       ├── partials
│       │   ├── customizer
│       │   ├── footer
│       │   ├── header (All linked CSS is included here)
│       │   ├── menu
│       │   ├── top_nav
│       └── pages
│           ├── 404
│           ├── applications
│           │   ├── bookmark
│           │   ├── calendar
│           │   ├── chat
│           │   ├── contact
│           │   ├── ecommerce
│           │   ├── email
│           │   ├── filemanager
│           │   ├── import_export
│           │   ├── job
│           │   ├── kanban
│           │   ├── note
│           │   ├── project
│           │   ├── social
│           │   ├── support
│           │   ├── task
│           │   ├── todo
│           │   └── user
│           ├── banner
│           ├── blank
│           ├── blog
│           ├── changelog
│           ├── chart
│           ├── coming_soon
│           ├── course
│           ├── dashboard
│           ├── dynamic_table
│           ├── editor
│           ├── faq
│           ├── form
│           ├── gallery
│           ├── icon
│           ├── knowledge
│           ├── maintenance
│           ├── map
│           ├── pricing
│           ├── search_result
│           ├── settings
│           ├── support
│           ├── table
│           ├── terms
│           ├── testimonial
│           ├── ui
│           ├── widget
│           └── wizard
│               ├── wizard_1
│               ├── wizard_2
│               ├── wizard_3
│               ├── wizard_4
│               └── wizard_5
├── routes
├── storage
│   ├── app
│   │   └── public
│   └── framework
│       ├── cache
│       │   └── data
│       ├── sessions
│       ├── testing
│       └── views
├─ tests
│   ├── Feature
│   └── Unit
├─ .editorconfig
├─ .env.example (Example environment configuration file)
├─ .gitattributes
├─ .gitignore (Git ignore file)
├─ artisan
├─ composer.json
├─ package.json (NPM package dependencies)
├─ README.md
├─ webpack.mix.js
                                    

Customizer

Customize your overview page layout

Layout Type

Sidebar Type

Navbar Type