Mike πŸš€
Mike πŸš€
FFilament
Created by Mike πŸš€ on 3/17/2025 in #β“β”Šhelp
Use subdomain for single route in combination with MultiTenant subdomain
When i do that it first lists:
GET|HEAD {tenant}.example.org/
GET|HEAD {tenant}.example.org/
And at the bottom:
ANY dashboard.example.org/{any}
ANY dashboard.example.org/{any}
9 replies
FFilament
Created by Mike πŸš€ on 3/17/2025 in #β“β”Šhelp
Use subdomain for single route in combination with MultiTenant subdomain
Unfortunately no luck there, but just tried that when I add a path to my multitenant panel (for the sake of testing a single letter) the route gets hit as expected. Now that I check my original question again I should have mentioned that I use subdomain routing, so this is why I think
9 replies
FFilament
Created by Mike πŸš€ on 3/17/2025 in #β“β”Šhelp
Use subdomain for single route in combination with MultiTenant subdomain
Thanks for the reply, this appears to work for everything except the "/" path. I think this might be related to the filament route being defined earlier (when checked using route:list command)
9 replies
FFilament
Created by Soundmit on 3/25/2024 in #β“β”Šhelp
Avoid email while seeding
There is a trait that you can use from within your seeder. I believe it is called WithoutModelEvents sounds like the thing you're looking for
6 replies