Description
In this article, you will learn how to conditionally redirect users after login to Laravel Jetstream and Fortify applications.
Summary
- Press ESC to close How to conditionally redirect users after login on Laravel Jetstream In this article, you will learn how to conditionally redirect users after login to Laravel Jetstream and Fortify applications.
- With the introduction of Laravel Jetstream, it is always tempting to setup Laravel projects with Laravel Jetstream and Fortify handling the authentication of your app.
- use Laravel\Fortify\Contracts\LoginResponse as ContractsLoginResponse; In the code snippet above, We register our new classes to override the default classes for standard login and two-factor authentication.