use same panel on mulitple domains
i have domain like filament.xyz and filamnent.com and filamentapp.com, i want them all to be used on same panel.
Solution:Jump to solution
Just point your domains to the same app and everything should work. No need for
->domains()
β which exists β if you use the same panel for all.8 Replies
What's the issue?!
yea this has not much to do with filament, but with your hosting setup
if you have a specific question, i can help
i don't want the domains to be parked on each other, just be used for same panel
$panel->domains() not $panel->domain()
it should foreach on those domains to generate routes.
i don't want the domains to be parked on each other,What do you mean by "parked on each other"?!
Solution
Just point your domains to the same app and everything should work. No need for
->domains()
β which exists β if you use the same panel for all.didn't know that
->domains
exist, shame on auto complete in IDE π€£,
sorry for trouble.
thanksThere is no domain specific behavior by default, all domains (or even if you accessed it via direct IP) will give you the same panel/content by default.
Yes, but again: You don't need it if all domains should point to the same panel π€·ββοΈ