Laravel 8 Where exactly does the Auth method check the password from the table?
-
I found the built-in method in Laravel make: auth, figured out how it works, BUT I can't find where the password verification from the database is located using auth, that is, which file contains the password verification code from the database, since with the make: auth command it expands the project to several files, tried to climb over them, and did not find what I was looking for. Please tell me if anyone knows (Laravel Anonymous, May 16, 2020
-
HereAnonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!