Customize Tenant URL

I was wondering if it's possible to customize the tenant URL.

By default, it looks like this.:
domain.com/panel/{tenant}

Can it be rewritten as follows:
domain.com/{tenant}/panel

i've tried to modify it in path method like this:
$panel->path('{tenant}/panel'});

but it gives me domain.com/{tenant}/panel/{tenant}
Solution
i think that's not possible man, but you can do this: https://twitter.com/jordankdalton/status/1763004149950562431
Was this page helpful?