Has anyone ever whitelabeled a system with laravel?
I have a SaaS which I maintain my clients and my users using it. They both have the same login in the plataform but with different views based on their roles.
Now I need to allow my users to login into my client’s public page. But this needs to be whitelabel therefore cannot be the same login. I am stuck on how to create this totally new and separated login/area on the same project.
I would go for a multi-tenant project first so that everyone has their own data separated from others (like this one: https://laravel-news.com/subdomain-multitenency-package) and then I would get their subdomain or unique branch key and create views like this: