FilamentF
Filament16mo ago
arif

Adding "pkl" Prefix to Admin and User Panel URLs in Laravel 11 with Filament 3

I am currently working on a Laravel 11 project using Filament 3. Right now, my website has admin and user panels, where the URLs are structured like this:
url.com/admin
url.com/user

I would like to add a "pkl" prefix to these URLs so that they become:
url.com/pkl/admin
url.com/pkl/user

How can I achieve this?
Was this page helpful?