maxvankuik
maxvankuik
FFilament
Created by maxvankuik on 8/5/2023 in #❓┊help
HasBrandName Concern
Users can populate the data through the admin panel. No other provider I believe. Yes it was supposed to support multiple tenants who can all set their own brand name.
7 replies
FFilament
Created by Wannes on 8/7/2023 in #❓┊help
Multi tenancy
Hi, I believe you can, you can make an extra panel that doesnt use the tenancy, restrict it for only super admins or something.
4 replies
FFilament
Created by Ricardo Sawir on 8/3/2023 in #❓┊help
Can we have custom domain for each tenant? like tenant1.app.com
Hi Ricardo, I am also looking into this, but If we make the alias, it still has the {tenantId} in the slug right.. Did you make any progress on this idea?
9 replies
FFilament
Created by maxvankuik on 8/5/2023 in #❓┊help
HasBrandName Concern
Hi Patrick thanks for your response. I actually ran into an issue just now. I tried running my migrations on a new machine, but since the PanelProvider acts like Laravel ServiceProvider I believe, the migration couldn't run. I got the error that the settings table does not exist yet. The panel/service provider is already trying to access the Settings table, before any migrations ran. This problem happens only on an empty database, when the database already has the Settings table for example, the migration would run fine. But on a clean database when you try to migrate, it doesn't work. Should we do a check if the table exists? just commenting out isn't really a solution i guess.
7 replies