This part of the documentation will help you understand the page structure.
├── cork-v3.0
└── Documentation
└── HTML
└── Laravel
└── Tools
Let's dive into Laravel folder and explore it in depth.
├── Laravel -> Contains the Laravel version of CORK ADMIN
├── app
| ├── View
| | └── Components -> All Blade Components .php files
| └── helpers.php
|
├── bootstrap
|
├── config
| └── app-config.php -> Contains application layouts configuration.
|
├── database
├── lang
|
├── public
| |── build -> All build assets
| | |── assets
| | └── manifest.json
| └── plugins -> All plugins JS and CSS
|
├── resources
| |── assets -> Contains all the app pages JS such as Chart, Mailbox etc
| | └── js
| |
| |── images -> Contains uncompiled images
| |
| |── js -> Contains JS and plugins related to vites
| | |── app.js
| | └── import.plugins.js
| |
| |── layouts -> Contains all layouts app.js and loader.js
| | |── collapsible-menu
| | |── vertical-dark-menu
| | └── vertical-light-menu
| |
| |── scss -> SCSS files
| | |── dark
| | |── layouts
| | └── light
| |
| └── views -> Contains Application Blade Files
| |── components -> Blade Components
| └── pages -> Application pages
|
├── routes -> Web Routers
├── storage
├── tests
├── vendor
├── .editorconfig
├── .env
├── .env.example
├── .gitattributes
├── .gitignore
├── .phpunit.result.cache
├── artisan
├── composer.json
├── package.json
├── phpunit.xml
└── vite.config