Panel redirect
I have multiple panels in that one panel is new panel if login using this panel based on user role its need to redirect another panel How can i achieve this?
5 Replies
create a Middleware that does this check and redirect and use that Middleware on your Panel Provider
ok thanks ...let try
It working man thanks , I can do another thing like if i sign out it want to redirect back the panel which i login.
glad it worked
If I signOut From an Admin Panel I need to go to another panel login, can we do that?