Frontend
Front-end codes and folder structure
Last updated
Front-end codes and folder structure
Last updated
In this folder, there are sections for the design code and settings of our project.
The backend
folder contains assets related to the admin panel, while the frontend
folder contains assets for the website.
For easy color changes on the frontend:
->frontend->assets->css->style.css
//following the file
Here, you can easily manage your colors. In our CSS file and all other design files, all the settings are grouped under comment tags, making it easy for you to find and customize them.
If you want to make a change in the frontend, particularly in the header or footer, you can find the files under: resources->views->frontend->layout
folder, where the files are divided into 3 sections:
master.blade.php: This file contains the frontend code that appears on your site's main pages.
user.blade.php: This file is responsible for the user dashboard section.
write.blade.php: This file handles the page for creating complaints.
In these design files, backend code has been kept as separate as possible to ensure that you can easily make edits without interfering with the backend functionality. This structure has been implemented to give you flexibility in customizing the frontend without complications.
Additionally, some design files are supported by Livewire in our project, and these can be found in the following directory:
->resources->views->livewire
This allows for dynamic and interactive components in your frontend that can easily be managed and customized using Livewire.
For more support, you can reach me through my user profile on CodeCanyon.