Changing login redirect url

Instead of the dashboard being where you land after login, where would you change to land on a resource?
Solution
Think overriding the LoginResponse class works.

        $this->app->bind(LoginResponseContract::class, LoginResponse::class);
Was this page helpful?