Closed RVP04 closed 4 years ago
I have users and their roles. I want to load all the roles of a user into a session when they logged in.
@RVP04 roles should be in auth()->user()->roles()
auth()->user()->roles()
I want to store in a session
Thank you @PovilasKorop
I have users and their roles. I want to load all the roles of a user into a session when they logged in.