Hello,
you can access the authenticated user's data anytime by using something like Auth::user()->name;
Thanks man, Alain! :D It works smoothly. So an Auth::<table-name> has all the column names I need? i.e. when the Auth command is executed
Yes, you can access column names like Auth::user()->id, Auth::user()->email....
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community