Seiten · Laravilt
Routes
Routes registered by each auth feature, relative to the panel path.
Routes are registered only for the features you enable, and each one is prefixed with the panel path (for example /admin). The paths below are the defaults. You can change most of them with the $path argument of the panel method.
Guest routes
text
Authenticated routes
text
The profile pages belong to the Settings cluster (slug settings), so they are served under /{panel}/settings/..., for example /admin/settings/profile and /admin/settings/two-factor. /{panel}/profile redirects there.
Run php artisan route:list --path=admin to see the exact routes and route names for your panel.