Frontend
Last updated
Last updated
The front-end of the application comes pre-configured with Tailwind CSS, as well as in , providing a clean and responsive design out of the box. However, for flexibility, users are free to remove Tailwind and easily integrate their preferred CSS framework, such as Bootstrap, Bulma, or even custom styles.
You may delete all the view pages, however, if you decide to keep and change the styling only using another framework, start by removing the TailwindCSS CDN in the head section in app.twig. Unfortunately you will have to edit them manually, as you are implementing your own styles.
NOTE: It's very important to not delete the error folder under resources/views
, as these are the pages that will be rendered to the user in case of each's file error. You may change their styling however, read more about .