I'm trying to make another table called students, and i want to connect login with it instead of users table this because "users" name cause problem on my database.
Initially for register i wrote my own code by creating students table and store records on it and it works successfully.
But for the login, i prefer to use laravel login but with students table is there clear steps or something like this? i want to never use "users" table