How to get user details when he is logged in by Auth?
BY Best Interview Question ON 17 Nov 2019
Example
use Illuminate\Support\Facades\Auth;
$userinfo = Auth::user();
print_r($userinfo );