Laravel 6 – Redirect to a page after successful login

Hi,

I would like to ask how to redirect to another page, like for example dashboard page (because normally after successful login it will redirect the user to home page) ?
I am new at laravel environment and I will highly appreciate all your comments and looking forward to learn a lot from you.

Currently I am using Laravel 6 version.

Thanks