How I can change themes? #355
-
How I can change the frontend or backend theme? Which themes is used for admin and frontend themes? appricate your efforts. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Thanks for your question. There is no straightway to change the themes. In the frontend I used Tailwind and for backend, I used Bootstrap5 based theme CoreUI. Other details are also mentioned in the readme file: https://github.com/nasirkhan/laravel-starter/blob/main/README.md You may develop a feature for changing the theme, and submit a pull request. This may help others in future. |
Beta Was this translation helpful? Give feedback.
-
is there any tutorial for how to make new modules. Like New menu So to get better understanding to dig into quickly. |
Beta Was this translation helpful? Give feedback.
-
All the new additions can be done as per Laravel core documentation. You may follow that and create a new controller view model and so on. |
Beta Was this translation helpful? Give feedback.
Thanks for your question.
There is no straightway to change the themes. In the frontend I used Tailwind and for backend, I used Bootstrap5 based theme CoreUI. Other details are also mentioned in the readme file: https://github.com/nasirkhan/laravel-starter/blob/main/README.md
You may develop a feature for changing the theme, and submit a pull request. This may help others in future.