Is there any way to create a custom page but not under in a tenant? Its like a general page
Just like the title, I want to ask how to create a custom page where it doesnt fall to any tenant. I just want to access this page without needing to add the tenant slug or something.
3 Replies
You can, create the page and add a custom route for it in web:
Public Page (no login):
Private Page:
oh, and you can access the parameter in mount method in the page:
i used 'parameter' as an example, you can use whatever:
/{user_id}
mount($user_id)
how do I regiter this page in the sidebar of the panel?
search for shouldRegisterNavigation on the docs