SAAS Helping Hand
This question is very open-ended and too difficult for anyone to provide a proper answer for.
I'd suggest providing more information on what you need help with. Questions like - "can you help me?", provides no meaningful context as to what you're struggling with and what your issue happens to be.
hi thinkverse,
yes you are right. :-)
I've been trying to implement a new theme on my saas for days. somehow I can't do it. see video, no audio 40sek. https://www.screencast.com/t/mCsK1CVDtOXE
I'm trying to implement also new pages on the frontend where user logge in, but I can't do it either. my english is limited. in German it has no documentation.
that's why i'm looking for someone who can help me with my saas project.
thanks
Creating a theme for Wave doesn't require much special knowledge other than some knowledge of Laravel's templating engine, Blade.
Wave's documentation writes out how to create a new theme.
- Create a new folder under
resources/themes
with your theme name. - In your theme folder, create a new JSON file with your theme name.
- In your JSON file, add your theme name and version number.
You should now see your theme be available in Wave's admin panel.
Here's a quick video showing the steps.