Redirect admin and users to different pages after login – Larvel 5.3

I am using Laravel 5.3. and I am using the authentication which comes out of the box with this version. I needed to differentiate between different user roles when someone logs in to send them to appropriate pages relevant to their role. In my users table I have a ‘role’ column for the sake of … Continue reading Redirect admin and users to different pages after login – Larvel 5.3