how to check if there is an authenticated user laravel

166

how to check if there is an authenticated user laravel -

if (Auth::check()) { // The user is logged in... }

Comments

Submit
0 Comments