1.

How to get user details when he is logged in by Auth?

Answer» EXAMPLE

USE Illuminate\Support\Facades\AUTH;

$userinfo = Auth::USER();

print_r($userinfo );



Discussion

No Comment Found