HerrChris
Easy way to only allow registration and login via Socialite?
I am looking for a way to disable login and only show a login or register button with Google/Github/etc...
Anyway this is possible? I was thinking of passing a extension of
Filament\Pages\Auth\Login
to ->login()
in the App provider.2 replies
Always translate all labels?
Is there a way to always translate all labels? I keep adding
->translateLabel()
to everything but i am thinking there must be an easier way to do this. 👋 to @Povilas K and #filament-daily 😄
Maybe this question will end up there!? ❤️6 replies
To multitenancy or not... that is the question 💀
I have an order management application I am currently porting to Laravel and using Filament as the app. Currently I have users assigned to customer_ids
The app will be a monthly fee and usage based. So what guides your decision on multitenancy? I see customers now just having one account tied to one customer. But in the future 🎇 I could see warehouses being invited to manage multiple customers.
5 replies