I have a question, I am doing a user administration module in Laravel, I have enabled the routes with:
php artisan make: auth
However, I do not want to use the default driver, if not a separate one. I have successfully inserted the data, but I realize that it does not allow me to log in if I create the user with another controller and if I create it with the driver that brings it by default.
What is the problem, someone explain to me what the problem is and how can I solve it?