F
Filamentβ€’6mo ago
Saifallak

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:
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.
Jump to solution
8 Replies
Dennis Koch
Dennis Kochβ€’6mo ago
What's the issue?!
Patrick1989
Patrick1989β€’6mo ago
yea this has not much to do with filament, but with your hosting setup if you have a specific question, i can help
Saifallak
Saifallakβ€’6mo ago
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.
Dennis Koch
Dennis Kochβ€’6mo ago
i don't want the domains to be parked on each other,
What do you mean by "parked on each other"?!
Solution
Dennis Koch
Dennis Kochβ€’6mo ago
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.
Saifallak
Saifallakβ€’6mo ago
didn't know that ->domains exist, shame on auto complete in IDE 🀣, sorry for trouble. thanks
Figg
Figgβ€’6mo ago
There 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.
Dennis Koch
Dennis Kochβ€’6mo ago
Yes, but again: You don't need it if all domains should point to the same panel πŸ€·β€β™€οΈ