ItsTeegj
ItsTeegj
FFilament
Created by ItsTeegj on 11/30/2023 in #❓┊help
Can I have a route that can bypass multi-tenancy?
I used a workaround which consisted of creating a user observer and creating a tenant once a user is created. I then set the billingpage tenant to the first tenant of that user. Probably not the best solution, but it will work for now
6 replies
FFilament
Created by ItsTeegj on 11/30/2023 in #❓┊help
Can I have a route that can bypass multi-tenancy?
Here is my code for the menu item. MenuItem::make() ->label('Billing') ->url(function () { $tenant = Filament::getTenant(); return BillingPage::getUrl(['tenant' => $tenant]); }) ->icon('heroicon-o-wallet'),
6 replies