© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
14 replies
Vp

Multiple panel login

I have three types of user namely
1. admin
2. agent
3. merchant

I create multiple panel like
/admin
/admin
,
/agent
/agent
and
/merchant
/merchant


I want the
users
users
who have
user_type = agent
user_type = agent
only can login in
/agent
/agent
and so on, so

1. Do I need to create multiple custom login page (custom) for each different
user_type
user_type

2. Can I create one login page (custom) and check base on
user_type
user_type
, if so, how can I know
user_type = agent
user_type = agent
is trying to login using
/agent
/agent
only and block (throw error) if trying to login in
/admin
/admin
and so on

Thanks in advance
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Multiple panel logins
FilamentFFilament / ❓┊help
3y ago
Panel::loginRouteSlug not working
FilamentFFilament / ❓┊help
2y ago
Multiple Panel Resource
FilamentFFilament / ❓┊help
3y ago
redirect panel login to main user panel
FilamentFFilament / ❓┊help
3y ago