0
I am building a system using the Laravel framework (I have little knowledge in Fw) and I need to get the id of the user who logged in to make the queries based on the user id.
Ex: User => lists all products registered with user id.
How can I do that?