Is there any way to change the default `User` table that's used for Auths
What is the recommended way of changing the user table? I'm trying to make an auth page for admin, customers and companies that connects to accounts table, I modified the config/auth.php already...
@WILBURPOWERY - How about the issue about the User model? What if I don't want to use that as a base user? I manage to make a separate admin dashboard but when I register/login it still request for the User model that's why I always get "table_name. users not found".