Is it feasible to use multiple Filaments in the same website?
I want to build a project consisting of many dashboards for different types of users: user, facility, admin. They are in separate tables, is it feasible to create a dashboard for each type of user?
8 Replies
it is possible yes, and it is what I do for one of my projects
we have a user interface which is not filament but uses filament components, then our mentor/admin interfaces are panels
@Supernova3339 thanks for your answer, can you guide me something about your setup?
I use Filament V3 but the basis is just having two panels
I don't really understand what you are asking of me so if you are able to be more insightful it is much easier for me to try to help you
@Supernova3339 i want to know how can i create custom router, setup router for both dashboard, and each dashboard has a different user to login?
blade directives
easiest with filament v3
thank you, i've updated to v3, i'll try it