Getting Started

Introduction

Qovex Laravel is built with Laravel 10, Bootstrap 5.3.2 with Laravel Vite provides a clean, fluent API for defining basic webpack build steps for your Laravel application. Vite supports several common CSS and JavaScript pre-processors. We have also added few reusable components which speedup your development.
Note: If you are using single mode ( Dark, Light, RTL ) and dont need right side drawer to change layout then please remove css link from resources/views/layouts/heade.blade.php and also remove js code initSettings(); method is declared inside into init() method in the file resources/js/app.js and run "npm run dev" to compile all assets.

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via our profile page or sent email on themesbrand@gmail.com

Structure

Extract the zip file you received after purchase and you would find the exact below files and folders:

├── app
├── bootstrap
├── config
├── database
├── public
├── resources
    ├── fonts
    ├── images
    ├── js
    ├── lang
    ├── scss
    └── views
├── routes
├── storage
├── .rtlcsssrc
├── .env
├── .env.example
├── composer.json
├── composer.lock
├── package-lock.json
├── package.json
├── server.php
└── vite.config.js