Auth::user() just references your User class. So if a user has posts and you setup the relationship in the model you can use Auth::user()->posts.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community