tenancy without "{tenantslug}" in URL, and use sesion instead
Hi, I'm experimenting with altering the current tenant resolving logic. Right now Filament uses the {tenant} parameter in the URL, but I'd like to remove it and fetch it from the session. Anybody who can guide me? Right now I am manually altering all routes in a custom service provider (removing the IdentifyTenant middleware and {tenant} parameter) and adding my own middleware that sets the tenant from the session. But it just feels extremely hacky π€ Any thoughts? π
0 Replies