Relative Content

Tag Archive for phplaravelauthenticationcontrollerlaravel-11

laravel authentication and controller

I’m encountering an issue with my Laravel project’s authentication system. Upon logging in, I’d like users to be redirected to different views depending on their role. However, I’m facing a problem where the same view is being called by two different controllers simultaneously. Specifically, the ListeUser view is being called by both the AuthController and another controller.