This part of the documentation will help you understand the page structure.
├── cork-v4.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
|
├── bootstrap
|
├── config
|
├── database
├── lang
|
├── public
| |── build -> All build assets
| | |── assets
| | └── manifest.json
| └── plugins -> All plugins JS and CSS
|
├── resources
| |
| |── images -> Contains uncompiled images
| |
| |── js -> Contains all the app pages JS such as Chart, Mailbox etc and plugins related to vite
| |
| |── 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
| |── admin -> Application/Dashboard pages
| └── layouts -> Contains Layouts Blade Files
|
├── routes -> Web Routers
├── storage
├── tests
├── vendor -> Vendor Folder will be generated when composer install command will be executed
├── .editorconfig
├── .env
├── .env.example
├── .gitattributes
├── .gitignore
├── .phpunit.result.cache
├── artisan
├── composer.json
├── package.json
├── phpunit.xml
└── vite.config