There's loads of tutorials on this but I don't think they're correct for Laravel 9 - most refer to a LoginController.php that I don't have.
I have another Laravel project that does have LoginController.php and redirects, but it's an older version of Laravel.
Can anyone point me in the right direction for version 9? My roles system is very basic - the users table has a string column (called "type") containing the role name, and that's it.