informatJonas
Multi-Tenancy with stancl/tenancy (v4-beta)
Hello everyone,
I would like to build a system where I can use the ready-made functions of Filament (+ Multi-Tenancy) incl. stancl/tenancy (v4-beta).
However, as a tenant initialization, I prefer to do this by cookie (internal reasons).
Installing both in one project is not a problem, but Filament automatically redirects to {Panel-URL}/{tenant-ID} after login. Do you think this can be rewritten without much effort?
In general, do you think it is a good idea to rewrite the logic of Filament to cookie initialization?
Thank you in advance.
2 replies
Dynamic select options from external api
Hello everyone,
I am currently trying to fill a select field in Filament with cities after I have entered the zip code. However, it doesn't really work.
Can anyone tell me how to do this correctly?
I'm sure it's far too complicated at the moment.
My first solution:
My current solution:
2 replies