SAAS Help and Theme
how can i use a different layout (themes) for my saas? I bought this (https://preview.themeforest.net/item/yeti-admin-tailwind-css/full_screen_preview/29702349?_ga=2.103131136.180222958.1650621571-1543278205.1650621571)and would use it. Does anyone know how to do that? I saw tony's video of course. but I can't get any further. can someone help me with my saas? thanks
Hello,
There are a couple of ways to go:
- Create a new theme as described here: https://wave.devdojo.com/docs/concepts/themes
Keep in mind that this might be more challenging as you will need to recreate the functionality itself.
- Just edit the default Tailwind CSS theme that comes with Wave and add your own components from the theme that you've purched. That way you will only change the design and keep the functionality from the current theme.
Best,
Bobby
Bobby
Hey there,
You can find the theme blade files at:
resources/views/themes/tailwind
In there you can change your files as you would with any other Laravel website.
Hope that this helps!
What if somebody wants to use Wave starter kit not for SaaS but as a normal Laravel website. I mean, there is no login for a normal user to visit dashboard and other pages. Only admin route is protected with auth. Is there an easy way to achieve that with a setting or minimal code changes?
Wave is a standard Laravel app at its core, the main benefit is that it comes with a lot of extra features so you could build your apps quicker.
There is a standard login for users:
https://wave.devdojo.com/login