Upon completion of the installation, your main folder will host two directories and two files.
- assets
- main
- .htaccess
- index.php
- In the
assets
folder, we store various assets such asCSS, JS, Images
. If you wish to modify or update anything related to CSS or JS, kindly refer to this directory. - In the
main
folder, the essence of Laravel is preserved, maintaining a comprehensive MVC structure throughout the entirety of this project.
Note: Modifying any components without proper knowledge may result in errors or unintended consequences. We strongly discourage unauthorized changes. Please be advised that we cannot be held responsible for any issues arising from unauthorized modifications, and free support may be revoked. If you are unsure, seek professional assistance before making any alterations.