How to solve getting Null Auth::user in laravel 11
These are the files that I have for my authentication. I have student, admins, and super_admins.
How can I authenticate users from different tables in laravel 11 using Laravel Breeze
These are the files that I have for my authentication. I have student, admins, and super_admins.