How to Implement and Store Templates in a Laravel and Vue.js SaaS Application?
Hi everyone,
I'm developing a SaaS application using Laravel and Vue.js. In my use case, users can choose from different templates where the data displayed is the same, but the design varies. How should I store and implement these templates so that users can easily select from them? Should the templates be managed in the vue side, or handled differently?
@Tray2 Thanks, I'll use tailwind including vue js 3, but what about the layout and the other thing? is it good top have different folder for each layout for each template then render this depend of the choice of the user?