Dede Nugroho
Dede Nugroho
FFilament
Created by Dede Nugroho on 3/13/2024 in #❓┊help
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'});
$panel->path('{tenant}/panel'});
but it gives me domain.com/{tenant}/panel/{tenant}
5 replies