neneone
Project design help on Multi-tenancy
Hey guys, I'm building a web panel where each user can manage their own data (basically their own row in the database) and some other data that is associated with them (rows in other table that share their user_id).
I had a look at multi-tenancy docs, but it seems it's designed to suite a Many users -> Many teams design, where one or more users can be part of one or more teams.
In my case, however, each user would part of one and only one team, every time.
Do you think I should still use Multi-tenancy, or use Laravel Policies to manage authorizations?
3 replies
Remove "Laravel" text from Login page
Hey guys, I'm using Filament's default Login page, and I don't understand how to remove the "Laravel" text that appears both on the page itself and the " - Laravel" string that gets appended to the page's title. I've tried overriding getHeading, getSubheading, getTitle etc. but I can't get any of this to work.
Is this just intended behavior, or is there any easy way to change this?
Thanks in advance 🙂
10 replies