Veeral
Veeral
FFilament
Created by Veeral on 5/6/2024 in #❓┊help
Persist Laravel Session when FilamentPHP is installed as a package for Admin panel
I have a FilamentPHP setup done on an existing laravel project which has its own frontend/backend logics. existing laravel website runs on example.test and admin panel is set to run on example.test/slug/backend I am having issue with sessions which I have set on my laravel code doesn't seem to persist inside the filament AdminPanel. I am trying to implement an impersonate logic on my laravel code and then using that same logic trying to impersonate the same user on the AdminPanel as well.. Setting up impersonator_id=[user_id] & impersonate=[user_id] into session Any help would be appreciated to resolve this. I have tried a lot of ways but can't seem to figure out the right one. Thank you.
2 replies
FFilament
Created by Veeral on 9/14/2023 in #❓┊help
FilamentV3 MultiTenancy in the frontend
Hi, I have configured multitenancy for my AdminPanel and it works well for the backend. I would like to use the tenancy in frontend where my routes would be Tenant aware when accessing some pages created by certain tenant in backend. Filament::getTenant() is returning null. Specifically I would like to have a route prefix having tenant ID. Would love if anybody can shed some light. Started using filament a few weeks ago so I may be missing something. Thanks for the fantastic package its the best I have used so far. Cheers! #multi-tenant
4 replies