Replies: 1 comment 9 replies
-
https://github.com/laravel/laravel/blob/8a8730c994849967db6fb493f524e42f66a05ab5/config/auth.php#L62-L66 |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have following structure of Users.Student extends User and Teacher extends User.Those models has relevant roles (student, teacher).How can i take Student instance of Auth::user() if student is logged in?
Beta Was this translation helpful? Give feedback.
All reactions