razor
Explore posts from serversHow to add a dropdown and access the selected item in base query
I am using seperate schemas in Postgres with tenancyforlaravel.
I want a dropdown to select the tenant, then I can view the table/create/edit etc...
I want to switch to tenant db connection before query basically.
So how to make a dropdown and then access the current tenant in
getEloquentQuery
.
This is working rn:
14 replies
Filament Undefined table in tenant panel
Hi I am using Laravel 11, Filament with tenancyforlaravel.
I am using Postgres with seperate schema for each tenant.
I can verify the schema and table exists in tenant but not in central app. So the issue is, filament is using the central db not tenant.
I am using these middleware for the panel array along with the default ones:
When doing
dd(tenant('id'))
inside panel function I get null, so Filament is not getting the tenant 🤔
I created my custom middleware also and Filament is not getting the tenant id. But in my routes of app I can get my tenant id.
How to solve?3 replies
TTCTheo's Typesafe Cult
•Created by razor on 12/9/2023 in #questions
Best Database Design For Status Page?

2 replies