Subdomain routing #13822
Unanswered
jerry-whoami
asked this question in
Help
Subdomain routing
#13822
Replies: 2 comments 2 replies
-
See the docs: https://filamentphp.com/docs/3.x/panels/configuration#setting-a-domain And for using without a path: https://filamentphp.com/docs/3.x/panels/configuration#changing-the-path |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello ! I have the same issue but on my '/' path I already have a landing page. I would like to admin.mydomain.com match the panel and mydomain.com match the landing page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Panel builder
Package Version
v3
How can we help you?
I would like to use subdomain routing using filament v3 and nginx
I have my admin panel as
mydomain.com/admin
which works fine
I have a second subdomain called support which is setup as follows:
`return $panel
...`
It works kinda.
To access this panel I have to use the url
support.mydomain.com/support
How can I access this panel as
support.mydomain.com (without the trailing support)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions