Search
Get Started
F
Filament
•
2y ago
cobrABite
Restrict user access to different panels based on roles
I have 2 pannels One is Pharmacy and other is clinic
. I have one login page
, based on roles I am redirecting to the panels
.
Solution
OK
, yeah
, so I was missing
->authMiddleware([ Authenticate::class, ])
->authMiddleware([ Authenticate::class, ])
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,392
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
->authMiddleware([
Authenticate::class,
])
->authMiddleware([
Authenticate::class,
])
Similar Threads
Restrict user access to different panels based on roles
F
Filament / ❓┊help
3y ago
How to Hide Panel Icons Based on User Roles and Order Panels
F
Filament / ❓┊help
2y ago
Is it possible to set up roles and permission to access different panels?
F
Filament / ❓┊help
2y ago
Show different records depending on user roles
F
Filament / ❓┊help
2y ago